meta-openembedded/meta-networking
Qiang Chen 5f8ef9cfb2 ntpd: make start-stop-daemon command available for ntpd
If ntpd script is being called by a non-root user using sudo,
it will fail as follows:

/etc/init.d/ntpd restart
Stopping ntpd: /etc/init.d/ntpd: line 29: start-stop-daemon:
command not found
done
Starting ntpd: /etc/init.d/ntpd: line 24: start-stop-daemon:
command not found
done

This is because /etc/init.d/ntpd calls start-stop-daemon which
is in /sbin (not in the default path for non-root users)

Explicitly configure the PATH to include /sbin.

Signed-off-by: Qiang Chen <qiang.chen@windriver.com>
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>

Reworked to set PATH instead of hardcode the location of start-stop-daemon

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
2013-11-26 09:28:33 -05:00
..
conf meta-networking: update BBFILE_COLLECTIONS to networking-layer 2013-08-16 10:58:56 -04:00
licenses licences: Add netperf license 2013-07-17 15:25:53 -04:00
recipes-connectivity snort: add recipe 2013-11-20 16:28:42 -05:00
recipes-daemons proftpd: Convert proftpd group to system scope 2013-11-25 21:52:39 -05:00
recipes-filter recipes: Remove PR = r0 from all recipes 2013-11-01 15:33:16 +01:00
recipes-irc/znc recipes: Unify indentation 2013-04-15 16:23:17 +02:00
recipes-protocols accel-ppp: fix qa issue 'found library in wrong location' while multilib enabled on qemux86-64 2013-11-18 23:12:18 +01:00
recipes-support ntpd: make start-stop-daemon command available for ntpd 2013-11-26 09:28:33 -05:00
COPYING.MIT meta-networking: add layer 2012-08-27 14:16:45 +02:00
MAINTAINERS README: add -M to git send-email example 2013-04-26 19:41:27 +02:00
README README: show github mirror URL in layer dependencies 2013-05-03 13:32:03 +02:00

meta-networking
===============

This layer is intended to be a central point for networking-related
packages and configuration.  It should be useful directly on top of
oe-core and compliments meta-openembedded.  It should be primarily useful
to the following groups:

      - Anyone building a small networking device (eg. a home router /
        bridge / switch).

      - Anyone wanting to add network services to their device (eg.
        anything that might benefit from a small ftp/tftp server)

Dependencies
------------

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: master
revision: HEAD

Maintenance
-----------

Please see the MAINTAINERS file for information on contacting the
maintainers of this layer, as well as instructions for submitting patches.