FreeBSD Bugzilla – Attachment 20672 Details for
Bug 36442
Patch security/fwtk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.19 KB, created by
ago
on 2002-03-28 22:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ago
Created:
2002-03-28 22:50:01 UTC
Size:
1.19 KB
patch
obsolete
>--- ./files/patch-ac.orig Fri Mar 7 13:33:43 1997 >+++ ./files/patch-ac Thu Mar 28 23:16:50 2002 >@@ -15,7 +15,7 @@ > - if [ ! -f $(DEST)/netperm-table ]; then \ > - $(CP) netperm-table $(DEST); \ > - chmod 644 $(DEST)/netperm-table; \ >-+ if [ ! -f $(DEST)/../etc/netperm-table ]; then \ >-+ $(CP) netperm-table $(DEST)/../etc/; \ >-+ chmod 644 $(DEST)/../etc/netperm-table; \ >++ if [ ! -f $(DEST)/../etc/netperm-table.sample ]; then \ >++ $(CP) netperm-table $(DEST)/../etc/netperm-table.sample; \ >++ chmod 644 $(DEST)/../etc/netperm-table.sample; \ > fi >--- ./Makefile.orig Mon Dec 24 06:58:45 2001 >+++ ./Makefile Thu Mar 28 23:22:16 2002 >@@ -56,6 +56,10 @@ > post-install: > cd ${PREFIX}/libexec ; strip ${SBIN_BINS} ${LIBEXEC_BINS} > cd ${PREFIX}/libexec ; ${MV} ${SBIN_BINS} mqueue ../sbin >+ if [ ! -f ${PREFIX}/etc/netperm-table ]; then \ >+ ${INSTALL_DATA} ${WRKSRC}/config/netperm-table \ >+ ${PREFIX}/etc/netperm-table;\ >+ fi > .for man in ${MAN3} > @${INSTALL_MAN} ${WRKSRC}/doc/man/${man} ${PREFIX}/man/man3 > .endfor >--- ./pkg-plist.orig Mon Dec 24 06:58:45 2001 >+++ ./pkg-plist Thu Mar 28 23:26:02 2002 >@@ -1,4 +1,4 @@ >-etc/netperm-table >+etc/netperm-table.sample > libexec/authsrv > libexec/ftp-gw > libexec/http-gw
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 36442
: 20672