Skip to content

Commit

Permalink
stop using deprecated syntax in chown defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
vixie committed Feb 19, 2003
1 parent fe36d4e commit b429fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions startsrv.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# $Id: startsrv.sh,v 1.10 2001-03-24 21:17:40 vixie Exp $
# $Id: startsrv.sh,v 1.11 2003-02-19 18:28:21 vixie Exp $

# Copyright (c) 1996 by Internet Software Consortium.
#
Expand All @@ -19,7 +19,7 @@

default_options='-b 9600 -w 8 -p none'
default_sock_prot='ug=rw,o='
default_sock_owner='root.wheel'
default_sock_owner='root:wheel'
default_log_prot='u=rw,g=r,o='

for host
Expand Down

0 comments on commit b429fa1

Please sign in to comment.