]> git.pld-linux.org Git - packages/arpwatch.git/commitdiff
- use daemon user to start arpwatch RA-1_0 STABLE arpwatch-2_1a11-5
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 3 Jun 2002 11:14:23 +0000 (11:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new doc
- proper permisions to arpwatch directory
STBR

Changed files:
    arpwatch.spec -> 1.46

arpwatch.spec

index 978d557520eb4a4ecfe660e54feda4b2d38adc11..3b0164053523f0c44c387317887cfbe99bdd8150 100644 (file)
@@ -70,8 +70,6 @@ install *.{awk,dat} $RPM_BUILD_ROOT/var/lib/arpwatch
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/arpwatch
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/arpwatch
 
-gzip -9nf README CHANGES
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -93,7 +91,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc README.gz CHANGES.gz
+%doc README CHANGES
 
 %attr(754,root,root) /etc/rc.d/init.d/arpwatch
 %attr(755,root,root) %{_sbindir}/*
@@ -102,10 +100,10 @@ fi
 
 %{_mandir}/man8/*
 
-%dir    /var/lib/arpwatch
-%config(noreplace) %verify(not size mtime md5) /var/lib/arpwatch/arp.dat
-%config %verify(not size mtime md5) /var/lib/arpwatch/ethercodes.dat
-/var/lib/arpwatch/*.awk
+%attr(750,daemon,root) %dir /var/lib/arpwatch
+%attr(644,daemon,root) %config(noreplace) %verify(not size mtime md5) /var/lib/arpwatch/arp.dat
+%attr(644,daemon,root) %config %verify(not size mtime md5) /var/lib/arpwatch/ethercodes.dat
+%attr(755,daemon,root) /var/lib/arpwatch/*.awk
 
-%attr(755,root,root) /var/lib/arpwatch/arp2ethers
-%attr(755,root,root) /var/lib/arpwatch/massagevendor
+%attr(755,daemon,root) /var/lib/arpwatch/arp2ethers
+%attr(755,daemon,root) /var/lib/arpwatch/massagevendor
This page took 0.032345 seconds and 4 git commands to generate.