From 78fc5aac348bc5ebae6a546365d7a91600e3e863 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 20 Nov 2007 15:32:32 +0000 Subject: misc fixes --- conf.d.BSD/Makefile | 2 +- init.d.BSD/Makefile | 2 +- init.d.BSD/syslogd | 2 +- 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 -- cgit v1.2.3