]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- add sample config
authorpbern <pbern@pld-linux.org>
Sat, 25 Oct 2003 20:30:39 +0000 (20:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add some docs
- plese fix plugins.

Changed files:
    ntop.spec -> 1.45

ntop.spec

index 338ca307242be0f76d0f38dddf57e36ec2cd0317..56b0ac1983da4a35674a490d2da7644240bcf36c 100644 (file)
--- a/ntop.spec
+++ b/ntop.spec
@@ -10,6 +10,7 @@ Source0:      http://snapshot.ntop.org/tgz/%{name}-%{version}.tgz
 # Source0-md5: 4586e4173fcab64d2394502603fc73aa
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
+Source3:       %{name}.conf
 Patch0:                %{name}-acam.patch
 Patch1:                %{name}-externallib.patch
 Patch2:                %{name}-perl.patch
@@ -92,6 +93,7 @@ install -d    $RPM_BUILD_ROOT{%{_var}/lib/%{name},/etc/{rc.d/init.d,sysconfig}}
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ntop
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/ntop
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/ntop.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -135,7 +137,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}/*
 %attr(755,root,root) %{_libdir}/lib*
@@ -148,3 +150,4 @@ fi
 %{_mandir}/man*/*
 %attr(755,root,root) /etc/rc.d/init.d/ntop
 %attr(644,root,root) /etc/sysconfig/ntop
+%attr(644,ntop,ntop) /etc/ntop.conf
This page took 0.112631 seconds and 4 git commands to generate.