]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- cosmetics
authorankry <ankry@pld-linux.org>
Thu, 13 May 2004 19:17:50 +0000 (19:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.spec -> 1.53

ntop.spec

index c78bf277c2290479d7f107acb2e0b26487d69a99..267bd986c408b7973661944749ef9369e81845c4 100644 (file)
--- a/ntop.spec
+++ b/ntop.spec
@@ -126,7 +126,7 @@ else
         /usr/sbin/useradd -u 120 -r -d /var/lib/ntop -s /bin/false -c "ntop User" -g ntop ntop 1>&2
 fi
 
-%post   
+%post
 /sbin/ldconfig
 /sbin/chkconfig --add ntop
 if [ -f /var/lock/subsys/ntop ]; then
@@ -143,7 +143,7 @@ if [ "$1" = "0" ]; then
         /sbin/chkconfig --del ntop
 fi
 
-%postun 
+%postun
 /sbin/ldconfig
 if [ "$1" = "0" ]; then
         /usr/sbin/userdel ntop
@@ -152,7 +152,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc ntop/AUTHORS ntop/NEWS ntop/README ntop/THANKS 
+%doc ntop/AUTHORS ntop/NEWS ntop/README ntop/THANKS
 #ntop/docs/1STRUN.TXT ntop/docs/FAQ
 %dir %{_var}/lib/%{name}
 %attr(755,root,root) %{_bindir}/*
This page took 0.082269 seconds and 4 git commands to generate.