Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Take into account file removal



details:   https://anonhg.NetBSD.org/src/rev/21682dccd143
branches:  trunk
changeset: 580824:21682dccd143
user:      manu <manu%NetBSD.org@localhost>
date:      Tue May 10 10:23:13 2005 +0000

description:
Take into account file removal

diffstat:

 distrib/sets/lists/misc/mi                        |  3 +--
 share/examples/racoon/roadwarrior/server/Makefile |  4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r dc96439cfe08 -r 21682dccd143 distrib/sets/lists/misc/mi
--- a/distrib/sets/lists/misc/mi        Tue May 10 10:22:03 2005 +0000
+++ b/distrib/sets/lists/misc/mi        Tue May 10 10:23:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.117 2005/05/01 07:28:14 lukem Exp $
+# $NetBSD: mi,v 1.118 2005/05/10 10:23:14 manu Exp $
 ./etc/mtree/set.misc                           misc-sys-root
 ./usr/share/dict/README                                misc-reference-share    share
 ./usr/share/dict/eign                          misc-reference-share    share
@@ -638,7 +638,6 @@
 ./usr/share/examples/racoon/roadwarrior/client/phase1-down.sh          misc-netutil-examples   crypto,share
 ./usr/share/examples/racoon/roadwarrior/client/phase1-up.sh            misc-netutil-examples   crypto,share
 ./usr/share/examples/racoon/roadwarrior/client/racoon.conf             misc-netutil-examples   crypto,share
-./usr/share/examples/racoon/roadwarrior/server/phase1-down.sh          misc-netutil-examples   crypto,share
 ./usr/share/examples/racoon/roadwarrior/server/racoon.conf             misc-netutil-examples   crypto,share
 ./usr/share/examples/racoon/roadwarrior/server/racoon.conf-radius      misc-netutil-examples   crypto,share
 ./usr/share/examples/rtadvd/rtadvd.conf                misc-router-examples    use_inet6,share
diff -r dc96439cfe08 -r 21682dccd143 share/examples/racoon/roadwarrior/server/Makefile
--- a/share/examples/racoon/roadwarrior/server/Makefile Tue May 10 10:22:03 2005 +0000
+++ b/share/examples/racoon/roadwarrior/server/Makefile Tue May 10 10:23:13 2005 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.1 2005/02/19 16:55:05 thorpej Exp $
+#      $NetBSD: Makefile,v 1.2 2005/05/10 10:23:13 manu Exp $
 
 NOOBJ= # defined
 
 .include <bsd.own.mk>
 
 .if ${MKSHARE} != "no"
-FILES= phase1-down.sh racoon.conf racoon.conf-radius
+FILES= racoon.conf racoon.conf-radius
 FILESDIR=/usr/share/examples/racoon/roadwarrior/server
 .endif
 



Home | Main Index | Thread Index | Old Index