summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/scripts/install.sh
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-29 23:04:24 +0000
committerwollman <wollman@FreeBSD.org>1994-09-29 23:04:24 +0000
commit96f7e86b724c797f2b44beaaf956cf14550e57df (patch)
tree65fc9d6eb6e84f9e629426ab09186ab1373f9bcb /usr.sbin/xntpd/scripts/install.sh
parent1185c9048d38483a3f99f3065590713d8bcda610 (diff)
downloadFreeBSD-src-96f7e86b724c797f2b44beaaf956cf14550e57df.zip
FreeBSD-src-96f7e86b724c797f2b44beaaf956cf14550e57df.tar.gz
xntp 3.4e from Dave Mills @ UDel
Diffstat (limited to 'usr.sbin/xntpd/scripts/install.sh')
-rwxr-xr-xusr.sbin/xntpd/scripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/scripts/install.sh b/usr.sbin/xntpd/scripts/install.sh
index 5dd9831..1bc4989 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
OpenPOWER on IntegriCloud