freebsd-ports/mail/dcc-dccd/files/patch-homedir__make-dcc_conf.in
Mathieu Arnold de6661fef2 Update to 1.3.156.
Sponsored by:	Absolight
2015-04-01 10:03:55 +00:00

13 lines
378 B
Text

--- homedir/make-dcc_conf.in.orig 2014-08-06 14:43:42 UTC
+++ homedir/make-dcc_conf.in
@@ -83,10 +83,6 @@ fi
if test -n "$FORCE" -o ! -f "$CUR"; then
cp $PROTOTYPE $CUR$FORCE
chmod 0644 $CUR$FORCE
- if test -n "@DCCSUID@" -a -z "$NO_SUID"; then
- set +e # do not die if the user name is not in the passwd file
- chown @DCCSUID@ $CUR$FORCE
- fi
exit
fi