2000-03-01 01:25:15 -05:00
|
|
|
--- src/support/apxs.pl.orig Thu Dec 16 10:10:30 1999
|
|
|
|
+++ src/support/apxs.pl Sun Feb 20 17:33:18 2000
|
|
|
|
@@ -424,8 +424,7 @@
|
1999-01-25 21:27:31 -05:00
|
|
|
my $t = $f;
|
|
|
|
$t =~ s|^.+/([^/]+)$|$1|;
|
1999-09-26 22:52:26 -04:00
|
|
|
if ($opt_i) {
|
2000-03-01 01:25:15 -05:00
|
|
|
- push(@cmds, "cp $f $CFG_LIBEXECDIR/$t");
|
|
|
|
- push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t");
|
1999-09-26 22:52:26 -04:00
|
|
|
+ push(@cmds, "install -c -m 555 -o root -g wheel $f $CFG_LIBEXECDIR/$t");
|
|
|
|
}
|
1999-01-25 21:27:31 -05:00
|
|
|
|
|
|
|
# determine module symbolname and filename
|