FreeBSD Bugzilla – Attachment 14241 Details for
Bug 26763
installing ipfilter sample files to share/examples
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.24 KB, created by
Cyrille Lefevre
on 2001-04-22 08:00:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Cyrille Lefevre
Created:
2001-04-22 08:00:06 UTC
Size:
1.24 KB
patch
obsolete
>Index: share/examples/Makefile >=================================================================== >RCS file: /home/ncvs/src/share/examples/Makefile,v >retrieving revision 1.28 >diff -u -r1.28 Makefile >--- share/examples/Makefile 1999/12/09 09:35:36 1.28 >+++ share/examples/Makefile 2001/04/22 06:42:57 >@@ -2,7 +2,11 @@ > # > # Doing a make install builds /usr/share/examples > >-DIRS!= for i in *; do if test -d $$i -a $$i != CVS; then echo $$i; fi; done >+DIRS!= for i in *; do \ >+ if test -d $$i -a $$i != CVS -a $$i != ipfilter; then \ >+ echo $$i; \ >+ fi; \ >+ done > > DDIR= ${DESTDIR}/usr/share/examples > >@@ -35,4 +39,8 @@ > (cd ${.CURDIR}/../../etc; ${MAKE} etc-examples) > .endif > >-.include <bsd.prog.mk> >+.if ${SHARED} != "symlinks" >+SUBDIR= ipfilter >+.endif >+ >+.include <bsd.subdir.mk> >Index: etc/mtree/BSD.usr.dist >=================================================================== >RCS file: /home/ncvs/src/etc/mtree/BSD.usr.dist,v >retrieving revision 1.188.2.14 >diff -u -r1.188.2.14 BSD.usr.dist >--- etc/mtree/BSD.usr.dist 2001/03/05 12:08:49 1.188.2.14 >+++ etc/mtree/BSD.usr.dist 2001/04/22 06:39:24 >@@ -315,6 +315,8 @@ > .. > ibcs2 > .. >+ ipfilter >+ .. > isdn > .. > kld
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 26763
: 14241 |
14242