rpms/kismet/F-8 tmpwatch.kismet,1.1,1.2 kismet.spec,1.13,1.14

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Jun 21 17:53:08 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/kismet/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30553/F-8

Modified Files:
	tmpwatch.kismet kismet.spec 
Log Message:
honor $NO_TMPWATCH in the tmpwatch script (#427262)



Index: tmpwatch.kismet
===================================================================
RCS file: /cvs/extras/rpms/kismet/F-8/tmpwatch.kismet,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tmpwatch.kismet	29 Apr 2006 16:31:28 -0000	1.1
+++ tmpwatch.kismet	21 Jun 2008 17:52:15 -0000	1.2
@@ -10,6 +10,7 @@
 test ! -e $CFGFILE      || . $CFGFILE
 
 test -z "$NO_LOGROTATE" || exit 0
+test -z "$NO_TMPWATCH"  || exit 0
 test -x "$TMPWATCH"     || exit 0
 
 


Index: kismet.spec
===================================================================
RCS file: /cvs/extras/rpms/kismet/F-8/kismet.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- kismet.spec	21 Jun 2008 17:28:04 -0000	1.13
+++ kismet.spec	21 Jun 2008 17:52:15 -0000	1.14
@@ -18,7 +18,7 @@
 Summary:	WLAN detector, sniffer and IDS
 Name:		kismet
 Version:	%_rpmversion
-Release:	%release_func 1
+Release:	%release_func 2
 License:	GPL
 Group:		Applications/Internet
 URL:		http://www.kismetwireless.net/
@@ -159,6 +159,9 @@
 
 
 %changelog
+* Sat Jun 21 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.0.2008.05.R1-2
+- honor $NO_TMPWATCH in the tmpwatch script (#427262)
+
 * Sat Jun 21 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.0.2008.05.R1-1
 - updated to 2008-05-R1
 - removed some patches and added new ones




More information about the fedora-extras-commits mailing list