summaryrefslogtreecommitdiff
path: root/www/apache6/patches/patch-ak
blob: 6715644245cde1419e1606be8cda0e3506e728e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ak,v 1.3 2000/02/21 07:14:45 itojun Exp $
--- src/support/apxs.pl.orig	Thu Dec 16 08:10:30 1999
+++ src/support/apxs.pl	Sun Feb 20 22:14:55 2000
@@ -424,8 +424,9 @@
         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, "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