Browse Source

syslogd: -s goes away, becomes default. -u becomes insecure mode

OPENBSD_2_0
deraadt 28 years ago
parent
commit
8464c083d8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc

+ 2
- 2
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.21 1996/07/25 22:04:46 deraadt Exp $
# $OpenBSD: rc,v 1.22 1996/07/27 01:39:04 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -143,7 +143,7 @@ mount -a -t nfs
echo -n 'starting system logger'
rm -f /dev/log
syslogd -s # "-s" is for greater security
syslogd
# $timed_flags is imported from /etc/netstart;
# if $timed_flags == NO, timed isn't run.


Loading…
Cancel
Save