1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-08 23:06:56 +00:00
freebsd-ports/www/apache13-fp/files/patch-at

13 lines
460 B
Plaintext
Raw Normal View History

--- src/support/apxs.pl.orig Fri Jan 1 16:00:15 1999
+++ src/support/apxs.pl Mon Jan 18 17:18:17 1999
@@ -393,8 +393,7 @@
}
my $t = $f;
$t =~ s|^.+/([^/]+)$|$1|;
- 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
my $filename = '';