blob: 374e95de1dc1f2680fb64b7f7aea618a65593aec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2000/06/13 22:20:43 thorpej Exp $
--- startsrv.sh.orig Tue Jun 13 15:15:33 2000
+++ startsrv.sh Tue Jun 13 15:16:44 2000
@@ -19,7 +19,7 @@
default_options='-b 9600 -w 8 -p none'
default_sock_prot='ug=rw,o='
-default_sock_owner='root.system'
+default_sock_owner='root:operator'
default_log_prot='u=rw,g=r,o='
for host
|