Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/snips/files: snips-1.2-install-missing.patch snips-1.2-r2-precache-config snips-1.2-r1-precache-config
Date: Fri, 04 Jul 2008 11:43:47
Message-Id: E1KEjhV-00023a-Pv@stork.gentoo.org
1 chainsaw 08/07/04 11:43:41
2
3 Added: snips-1.2-install-missing.patch
4 snips-1.2-r2-precache-config
5 Removed: snips-1.2-r1-precache-config
6 Log:
7 Add a snips user & group to the system and set permissions appropriately. Install 3 missing files.
8 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8-00204-gc461a97-dirty x86_64)
9
10 Revision Changes Path
11 1.1 net-analyzer/snips/files/snips-1.2-install-missing.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snips/files/snips-1.2-install-missing.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snips/files/snips-1.2-install-missing.patch?rev=1.1&content-type=text/plain
15
16 Index: snips-1.2-install-missing.patch
17 ===================================================================
18 diff -uNr snips-1.2.ORIG/perl-monitors/Makefile.mid snips-1.2/perl-monitors/Makefile.mid
19 --- snips-1.2.ORIG/perl-monitors/Makefile.mid 2008-07-04 11:24:23.000000000 +0100
20 +++ snips-1.2/perl-monitors/Makefile.mid 2008-07-04 11:28:02.000000000 +0100
21 @@ -17,7 +17,7 @@
22 PROGS = apcmon armon bgpmon bpmon ciscomon modemmon novellmon nrmon \
23 hostmon hostmon-collector hostmon-osclients/hostmon-client \
24 smbmon sqlmon snmpmon snmpmon-collector snmpgeneric \
25 - syslogmon upsmon rcisco testlog
26 + syslogmon upsmon rcisco testlog snmpgeneric2
27
28 # to create init files to start/stop programs
29 INITFILES = apcmon armon bgpmon bpmon ciscomon modemmon novellmon nrmon \
30 @@ -89,7 +89,7 @@
31 @if [ -f $(DESTDIR)$(ETCDIR)/mibII.txt ]; then \
32 mv $(DESTDIR)$(ETCDIR)/mibII.txt $(DESTDIR)$(ETCDIR)/mibII.txt.old ;\
33 fi
34 - @echo "See $(SRCDIR)/perl-monotors/README for further customizations"
35 + @echo "See $(SRCDIR)/perl-monitors/README for further customizations"
36
37 clean:
38 @-cd $(CMUSNMP)/snmpapps; make realclean
39 diff -uNr snips-1.2.ORIG/utility/Makefile.mid snips-1.2/utility/Makefile.mid
40 --- snips-1.2.ORIG/utility/Makefile.mid 2008-07-04 11:24:23.000000000 +0100
41 +++ snips-1.2/utility/Makefile.mid 2008-07-04 11:25:13.000000000 +0100
42 @@ -6,7 +6,7 @@
43
44 SHSCRIPTS = crontab.snips snipsprog.init
45 PERLSCRIPTS = keepalive_monitors.pl logstats.pl logmaint.pl \
46 - docrypt.pl notifier.pl
47 + docrypt.pl notifier.pl snmpconf.pl
48 SCRIPTS = $(SHSCRIPTS) $(PERLSCRIPTS)
49
50 CPROGS = display_snips_datafile eventselect
51
52
53
54 1.1 net-analyzer/snips/files/snips-1.2-r2-precache-config
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snips/files/snips-1.2-r2-precache-config?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snips/files/snips-1.2-r2-precache-config?rev=1.1&content-type=text/plain
58
59 Index: snips-1.2-r2-precache-config
60 ===================================================================
61 # These answers are interdependent; do not edit this file!
62 package="snips"
63 ROOTDIR="/usr/snips"
64 MANDIR="/usr/share/man/snips"
65 MANEXT="n"
66 OPSMAIL="root@localhost"
67 ADMINMAIL="root@localhost"
68 MAIL="/bin/mail"
69 CC="gcc"
70 YACC="yacc"
71 LIBS=""
72 RPCLIB=""
73 PSFLAGS="axw"
74 PERL="/usr/bin/perl"
75 AR="ar r"
76 WHOAMI="/usr/bin/whoami"
77 RANLIB="ranlib"
78 INSTALL="install"
79 PING="/bin/ping"
80 CURSESLIB="-lncurses"
81 RRDCFLAGS="-DRRDTOOL"
82 RRDLIBDIR="/usr/lib/"
83 RRDLIBS="-L/usr/lib/ -lrrd"
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list