diff options
author | 2007-09-01 12:43:04 +0000 | |
---|---|---|
committer | 2007-09-01 12:43:04 +0000 | |
commit | 24f124042e13c92a5a48c797ff0381a7058ee93a (patch) | |
tree | 316aab5d5b5aa593fd70288518ac48f8d3a6b3d1 /net-misc/bird/files | |
parent | Removing twp from metadata due to his retirement (see #190561 for reference). (diff) | |
download | historical-24f124042e13c92a5a48c797ff0381a7058ee93a.tar.gz historical-24f124042e13c92a5a48c797ff0381a7058ee93a.tar.bz2 historical-24f124042e13c92a5a48c797ff0381a7058ee93a.zip |
Remove net-misc/bird as per last rites announcement.
Diffstat (limited to 'net-misc/bird/files')
-rw-r--r-- | net-misc/bird/files/1.0.11-destdir.patch | 30 | ||||
-rw-r--r-- | net-misc/bird/files/1.0.11-flex-args.patch | 10 | ||||
-rw-r--r-- | net-misc/bird/files/1.0.11-nostrip.patch | 14 | ||||
-rw-r--r-- | net-misc/bird/files/digest-bird-1.0.11 | 3 | ||||
-rw-r--r-- | net-misc/bird/files/initrd-bird-1.0.11 | 43 |
5 files changed, 0 insertions, 100 deletions
diff --git a/net-misc/bird/files/1.0.11-destdir.patch b/net-misc/bird/files/1.0.11-destdir.patch deleted file mode 100644 index f9812363810f..000000000000 --- a/net-misc/bird/files/1.0.11-destdir.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- bird-1.0.11.orig/tools/Makefile.in 2004-05-31 11:53:02.000000000 -0600 -+++ bird-1.0.11/tools/Makefile.in 2006-02-14 09:20:49.000000000 -0700 -@@ -5,6 +5,8 @@ - - .PHONY: all daemon client subdir depend clean distclean tags docs userdocs progdocs - -+DESTDIR = -+ - all: sysdep/paths.h .dep-stamp subdir daemon @CLIENT@ - - daemon: $(exedir)/bird -@@ -43,13 +45,13 @@ - cd $(srcdir) ; etags -lc `find $(static-dirs) $(addprefix $(objdir)/,$(dynamic-dirs)) $(client-dirs) -name *.[chY]` - - install: all -- $(INSTALL) -d $(sbindir) $(sysconfdir) $(localstatedir) -- $(INSTALL_PROGRAM) -s $(exedir)/bird $(sbindir)/ -+ $(INSTALL) -d $(DESTDIR)$(sbindir) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(localstatedir) -+ $(INSTALL_PROGRAM) -s $(exedir)/bird $(DESTDIR)$(sbindir)/ - if test -n "@CLIENT@" ; then \ -- $(INSTALL_PROGRAM) -s $(exedir)/birdc $(sbindir)/ ; \ -+ $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)$(sbindir)/ ; \ - fi -- if ! test -f $(sysconfdir)/bird.conf ; then \ -- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(sysconfdir)/bird.conf ; \ -+ if ! test -f $(DESTDIR)$(sysconfdir)/bird.conf ; then \ -+ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)$(sysconfdir)/bird.conf ; \ - else \ - echo "Not overwriting old bird.conf" ; \ - fi diff --git a/net-misc/bird/files/1.0.11-flex-args.patch b/net-misc/bird/files/1.0.11-flex-args.patch deleted file mode 100644 index c8a333cb539c..000000000000 --- a/net-misc/bird/files/1.0.11-flex-args.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- obj/conf/Makefile.orig 2006-07-10 09:49:07.000000000 +0100 -+++ obj/conf/Makefile 2006-07-10 09:49:34.000000000 +0100 -@@ -24,6 +24,6 @@ - $(M4) -P $(conf-src)/gen_commands.m4 $(srcdir)/client/cmds.m4 $(conf-fragments) | sort >commands.h - - cf-lex.c: cf-lex.l -- $(FLEX) $(FLEX_DEBUG) -sB8 -ocf-lex.c -Pcf_ cf-lex.l -+ $(FLEX) $(FLEX_DEBUG) -s -B -8 -ocf-lex.c -Pcf_ cf-lex.l - - depend: keywords.h commands.h cf-parse.tab.c cf-lex.c diff --git a/net-misc/bird/files/1.0.11-nostrip.patch b/net-misc/bird/files/1.0.11-nostrip.patch deleted file mode 100644 index 0cd7d499de5f..000000000000 --- a/net-misc/bird/files/1.0.11-nostrip.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- tools/Makefile.in.orig 2006-07-10 09:59:49.000000000 +0100 -+++ tools/Makefile.in 2006-07-10 10:00:07.000000000 +0100 -@@ -46,9 +46,9 @@ - - install: all - $(INSTALL) -d $(DESTDIR)$(sbindir) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(localstatedir) -- $(INSTALL_PROGRAM) -s $(exedir)/bird $(DESTDIR)$(sbindir)/ -+ $(INSTALL_PROGRAM) $(exedir)/bird $(DESTDIR)$(sbindir)/ - if test -n "@CLIENT@" ; then \ -- $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)$(sbindir)/ ; \ -+ $(INSTALL_PROGRAM) $(exedir)/birdc $(DESTDIR)$(sbindir)/ ; \ - fi - if ! test -f $(DESTDIR)$(sysconfdir)/bird.conf ; then \ - $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)$(sysconfdir)/bird.conf ; \ diff --git a/net-misc/bird/files/digest-bird-1.0.11 b/net-misc/bird/files/digest-bird-1.0.11 deleted file mode 100644 index 34cb199cc3ad..000000000000 --- a/net-misc/bird/files/digest-bird-1.0.11 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9f9dfe2af0bde45a0adbbd0ebc36f249 bird-1.0.11.tar.gz 573041 -RMD160 d1c8b4ef4cc89dab5c6b3ea8d5986a8c0b4d6861 bird-1.0.11.tar.gz 573041 -SHA256 2aeceab428fbef05c546f96842ba9edb2f51d548e333fce8c625d2185f1fc856 bird-1.0.11.tar.gz 573041 diff --git a/net-misc/bird/files/initrd-bird-1.0.11 b/net-misc/bird/files/initrd-bird-1.0.11 deleted file mode 100644 index cce3127be0ec..000000000000 --- a/net-misc/bird/files/initrd-bird-1.0.11 +++ /dev/null @@ -1,43 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/bird/files/initrd-bird-1.0.11,v 1.1 2006/07/10 09:20:42 chainsaw Exp $ - -SOCK=/var/lib/run/bird.ctl - -depend() { - need net - use logger -} - -checkconfig() { - if [ ! -f /etc/bird.conf ]; then - eerror "Please create /etc/bird.conf" - return 1 - fi - return 0 -} - -start() { - checkconfig || return $? - - ebegin "Starting BIRD" - /usr/sbin/bird -c /etc/bird.conf -s "${SOCK}" - eend $? "Failed to start BIRD" -} - -stop() { - ebegin "Stopping BIRD" - if [ -f "${SOCK}" ]; then - echo "down" | /usr/sbin/birdc &>/dev/null - eend $? "Failed to stop BIRD" - else - eend 0 - fi -} - -reload() { - ebegin "Reloading BIRD configuration" - - eend $? "Failed to reload BIRD configuration" -} |