summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-20 15:32:32 +0000
committerRoy Marples <roy@marples.name>2007-11-20 15:32:32 +0000
commit78fc5aac348bc5ebae6a546365d7a91600e3e863 (patch)
treef23970b96252020b9eb11b8482e69843998f417f
parent2ae90aa765603bca4a6644774f3b9bcb32fce861 (diff)
downloadopenrc-78fc5aac348bc5ebae6a546365d7a91600e3e863.tar.gz
openrc-78fc5aac348bc5ebae6a546365d7a91600e3e863.tar.bz2
openrc-78fc5aac348bc5ebae6a546365d7a91600e3e863.tar.xz
misc fixes
-rw-r--r--conf.d.BSD/Makefile2
-rw-r--r--init.d.BSD/Makefile2
-rw-r--r--init.d.BSD/syslogd2
-rw-r--r--runlevels.BSD/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/conf.d.BSD/Makefile b/conf.d.BSD/Makefile
index 6e367b2..b302ac0 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 7511a61..f1496ae 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 76e24a7..c0e57e1 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 a998524..45dd477 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