summaryrefslogtreecommitdiff
path: root/mail/exim/patches/patch-ad
blob: 8df1f9e91e538b3685b243b6a165cc5f59529c0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.1 1999/09/07 13:21:03 ad Exp $

--- scripts/exim_install.orig	Mon Aug  2 16:43:03 1999
+++ scripts/exim_install	Tue Sep  7 14:36:04 1999
@@ -96,6 +96,10 @@
 # of in /usr/bin, and therefore not likely to be on the path. This fudge
 # tries to cope with that.
 
+if [ "${CHOWN}" = "chown" -a -x /usr/sbin/chown ] ; then
+  CHOWN=/usr/sbin/chown
+fi
+
 if [ "${CHOWN}" = "chown" -a ! -f /usr/bin/chown -a -f /usr/etc/chown ] ; then
   CHOWN=/usr/etc/chown
 fi