summaryrefslogtreecommitdiff
path: root/www/apache13-fp/files/patch-at
blob: 8a672c89feeafeb967ea546d8262af9b31d2f211 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/support/apxs.pl.orig	Thu Aug 19 22:57:08 1999
+++ src/support/apxs.pl	Thu Aug 19 23:02:17 1999
@@ -426,8 +426,7 @@
         my $t = $f;
         $t =~ s|^.+/([^/]+)$|$1|;
         if ($opt_i) {
-	    push(@cmds, "cp $f $CFG_LIBEXECDIR/$t");
-	    push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t");
+	    push(@cmds, "install -c -m 555 -o root -g wheel $f $CFG_LIBEXECDIR/$t");
         }
 
         #   determine module symbolname and filename