misc fixes

This commit is contained in:
Roy Marples 2007-11-20 15:32:32 +00:00
parent 2ae90aa765
commit 78fc5aac34
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
DIR = /etc/conf.d DIR = /etc/conf.d
CONF = localmount moused net.example syscons CONF = localmount moused net.example powerd syscons
TOPDIR = .. TOPDIR = ..
include $(TOPDIR)/default.mk include $(TOPDIR)/default.mk

View File

@ -1,5 +1,5 @@
DIR = /etc/init.d DIR = /etc/init.d
BIN = clock moused syscons sysctl syslogd BIN = clock moused powerd syscons sysctl syslogd
TOPDIR = .. TOPDIR = ..
include $(TOPDIR)/default.mk include $(TOPDIR)/default.mk

View File

@ -27,7 +27,7 @@
command=/usr/sbin/syslogd command=/usr/sbin/syslogd
command_args=${SYSLOGD_ARGS} command_args=${SYSLOGD_ARGS}
pidfile=/var/run/syslog.pid pidfile=/var/run/syslog.pid
name="System Logger" name="System Logger Daemon"
depend() { depend() {
provide logger provide logger

View File

@ -1,5 +1,5 @@
BOOTLEVEL = net.lo0 syscons BOOTLEVEL = net.lo0 syscons
DEFAULT = local.rc syslogd DEFAULT = local.rc powerd syslogd
TOPDIR = .. TOPDIR = ..
include $(TOPDIR)/runlevels.mk include $(TOPDIR)/runlevels.mk