]> git.pld-linux.org Git - packages/smokeping.git/commitdiff
- fping probe is just most common, but not required, so changed R to S and
authorTomasz Pala <gotar@pld-linux.org>
Sun, 15 Feb 2009 13:36:15 +0000 (13:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  added %banner on how to use it

Changed files:
    smokeping.spec -> 1.58

smokeping.spec

index 1a1aa346a87fa8b3fcaec193bcee501001fb2023..8e893da7c34f99d7d1517c881998886dee60e350 100644 (file)
@@ -22,9 +22,9 @@ BuildRequires:        rpmbuild(macros) >= 1.268
 BuildRequires: sed >= 4.0
 Requires(post):        sed >= 4.0
 Requires(post,preun):  /sbin/chkconfig
-Requires:      fping
 Requires:      rc-scripts
 Requires:      rrdtool >= 1.2
+Suggests:      fping
 Suggests:      perl(Authen::Radius)
 Suggests:      perl(Authen::TacacsPlus)
 Suggests:      perl(Net::DNS)
@@ -144,6 +144,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/chkconfig --add %{name}
+%banner -e %{name} << EOF
+fping probe (if used) needs smokeping user to be in adm group, e.g.
+       usermod -G adm smokeping
+EOF
 
 %preun
 if [ "$1" = 0 ]; then
This page took 0.02418 seconds and 4 git commands to generate.