Petar Bogdanovic
petar@smokva.net
Thu Dec 11 17:59:33 UTC 2008
Hi, here is a minor patch for configure. See comments for details. Thanks, Petar -------------- next part -------------- $NetBSD$ + NetBSD su(1) understands - + the default file-ownership on NetBSD should be root:wheel --- configure.orig 2008-10-16 02:06:16.000000000 +0200 +++ configure @@ -1795,7 +1795,7 @@ fi # choose between `su` and `su -` case "$TARGET_SYS" in - Linux|BSD/OS|FreeBSD|DragonFly) + Linux|BSD/OS|FreeBSD|DragonFly|NetBSD) # `su -` is required on Linux and desirable where it works # clear $TERM because some too smart by half systems spew /etc/motd DCC_SU="TERM= su -";; @@ -2815,7 +2815,7 @@ case "$TARGET_SYS" in DCC_OWN=daemon DCC_GRP=daemon ;; - FreeBSD) + FreeBSD|NetBSD) DCCSUID=root DCC_OWN=root DCC_GRP=wheel
More information about the DCC
mailing list