diff options
author | Roy Marples <roy@marples.name> | 2007-11-20 15:32:32 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-20 15:32:32 +0000 |
commit | 78fc5aac348bc5ebae6a546365d7a91600e3e863 (patch) | |
tree | f23970b96252020b9eb11b8482e69843998f417f | |
parent | 2ae90aa765603bca4a6644774f3b9bcb32fce861 (diff) |
misc fixes
-rw-r--r-- | conf.d.BSD/Makefile | 2 | ||||
-rw-r--r-- | init.d.BSD/Makefile | 2 | ||||
-rw-r--r-- | init.d.BSD/syslogd | 2 | ||||
-rw-r--r-- | runlevels.BSD/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/conf.d.BSD/Makefile b/conf.d.BSD/Makefile index 6e367b27..b302ac01 100644 --- a/conf.d.BSD/Makefile +++ b/conf.d.BSD/Makefile @@ -1,5 +1,5 @@ DIR = /etc/conf.d -CONF = localmount moused net.example syscons +CONF = localmount moused net.example powerd syscons TOPDIR = .. include $(TOPDIR)/default.mk diff --git a/init.d.BSD/Makefile b/init.d.BSD/Makefile index 7511a610..f1496ae4 100644 --- a/init.d.BSD/Makefile +++ b/init.d.BSD/Makefile @@ -1,5 +1,5 @@ DIR = /etc/init.d -BIN = clock moused syscons sysctl syslogd +BIN = clock moused powerd syscons sysctl syslogd TOPDIR = .. include $(TOPDIR)/default.mk diff --git a/init.d.BSD/syslogd b/init.d.BSD/syslogd index 76e24a70..c0e57e11 100644 --- a/init.d.BSD/syslogd +++ b/init.d.BSD/syslogd @@ -27,7 +27,7 @@ command=/usr/sbin/syslogd command_args=${SYSLOGD_ARGS} pidfile=/var/run/syslog.pid -name="System Logger" +name="System Logger Daemon" depend() { provide logger diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile index a998524b..45dd4774 100644 --- a/runlevels.BSD/Makefile +++ b/runlevels.BSD/Makefile @@ -1,5 +1,5 @@ BOOTLEVEL = net.lo0 syscons -DEFAULT = local.rc syslogd +DEFAULT = local.rc powerd syslogd TOPDIR = .. include $(TOPDIR)/runlevels.mk |