blob: fb27bf5641341d6559afa8d24dc1c8ef4ce0850b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- tools/our-install.orig Sun Mar 2 17:18:33 2003
+++ tools/our-install Sun Mar 2 17:21:13 2003
@@ -11,8 +11,10 @@
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/ucb
export PATH
-if [ $SYS = NetBSD -o $SYS = FreeBSD -o $SYS = OpenBSD ] ; then
+if [ $SYS = NetBSD -o $SYS = OpenBSD ] ; then
OWNGRP=root.wheel
+elif [ $SYS = FreeBSD ] ; then
+OWNGRP=root:wheel
else
OWNGRP=root:root
fi
|