History log of /openbsd-src/etc/rc.d/syslogd (Results 1 – 5 of 5)
Revision Date Author Comments
# 9b592919 11-Jan-2018 rpe <rpe@openbsd.org>

Change the shebang line from /bin/sh to /bin/ksh in all base rc.d
daemon scripts.

discussed with and OK aja@
OK tb


# 051764f3 18-Jul-2014 deraadt <deraadt@openbsd.org>

Since syslog messages are now sent via the sendsyslog(2) system call,
we no longer need the spread of dev/log AF_UNIX sockets all over the
various chroot spaces.
ok beck millert aja


# eab7f56b 24-Mar-2014 sthen <sthen@openbsd.org>

Add /var/unbound/dev/log, it isn't needed for initial startup because Unbound
opens the log before chrooting, but this handles the case where syslogd is
restarted during Unbound's runtime.


# b6028e0a 15-Mar-2014 sthen <sthen@openbsd.org>

httpd_flags was still used here; remove it.

Add a log socket in /var/www/dev/log if nginx is enabled, it is needed as
the openlog() call is done after chrooting.

ok brad@ florian@ deraadt@


# 833ea469 06-Jul-2011 robert <robert@openbsd.org>

Add rc.d(8) script for the system daemons that are restartable.
From now on rc(8) is going to call these scripts to start them up on boot
in the same order than before.
In addition the inetd and rwho

Add rc.d(8) script for the system daemons that are restartable.
From now on rc(8) is going to call these scripts to start them up on boot
in the same order than before.
In addition the inetd and rwhod variables in rc.conf are deprecated so that
inetd_flags and rwhod_flags should be used. The old flags are still going
to be used for some time to allow users to switch.
There are more rc modifications to come later so let's put this in so
we can base more work on this.
It is important to mention that you can still keep using rc.local just
like the way you did before, and we have no intention to remove that either.

I'd also like to thank ajacoutot@, halex@, sthen@ and schwarze@ for working
on this with me.

show more ...