diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-09 21:27:44 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-09 21:27:44 +0000 |
commit | 84f68d65b486c89b17927713bc62b9de89fffe23 (patch) | |
tree | e0d7128462c30960d522a42bf9ae8e95d4be3a95 /etc | |
parent | c1dacc552c4846f5c0a466b8c5f445bb654cbc2a (diff) | |
download | pfsense-84f68d65b486c89b17927713bc62b9de89fffe23.zip pfsense-84f68d65b486c89b17927713bc62b9de89fffe23.tar.gz |
Chown to root:wheel
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ if [ ! -L /etc/sasyncd.conf ]; then touch /var/etc/sasyncd.conf rm -rf /etc/sasyncd.conf ln -s /var/etc/sasyncd.conf /etc/sasyncd.conf - chown root /var/etc/sasyncd.conf + chown root:wheel /var/etc/sasyncd.conf chmod 0600 /var/etc/sasyncd.conf fi |