rpms/kismet/devel kismet.spec,1.24,1.25

ensc ensc at fedoraproject.org
Sun Aug 9 15:10:10 UTC 2009


Author: ensc

Update of /cvs/extras/rpms/kismet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3851

Modified Files:
	kismet.spec 
Log Message:
fixed sed expression


Index: kismet.spec
===================================================================
RCS file: /cvs/extras/rpms/kismet/devel/kismet.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- kismet.spec	9 Aug 2009 15:01:08 -0000	1.24
+++ kismet.spec	9 Aug 2009 15:10:10 -0000	1.25
@@ -69,8 +69,8 @@ This subpackage contains plugins shipped
 # set our 'kismet' user, disable GPS and log into %logdir by
 # default
 sed -i \
-    -e '/^ouifile=/etc/manuf/d' \
-    -e '/^ouifile=/usr/share/wireshark/wireshark/manuf/d' \
+    -e '\!^ouifile=/etc/manuf!d' \
+    -e '\!^ouifile=/usr/share/wireshark/wireshark/manuf!d' \
     conf/kismet.conf.in conf/kismet_drone.conf
 
 




More information about the fedora-extras-commits mailing list