diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-29 23:04:24 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-29 23:04:24 +0000 |
commit | daa35edbd086b27357d8f048ede7c84dcc520748 (patch) | |
tree | 8dd520f3dfb7df4f73618d886e20c1154f3e5e5f /usr.sbin/xntpd/scripts/install.sh | |
parent | d2d2eed18837c57f97405aa88134457f8d97640d (diff) |
Notes
Diffstat (limited to 'usr.sbin/xntpd/scripts/install.sh')
-rwxr-xr-x | usr.sbin/xntpd/scripts/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/scripts/install.sh b/usr.sbin/xntpd/scripts/install.sh index 5dd98315d82cc..1bc4989de16aa 100755 --- a/usr.sbin/xntpd/scripts/install.sh +++ b/usr.sbin/xntpd/scripts/install.sh @@ -87,7 +87,7 @@ fi (cp $source $destination && chmod $mode $destination && chown $owner $destination && - chgrp $group $destination) || exit 1 + chgrp $group $destination) || true # exit 1 # /bin/rm -f $OLDdestination |