]> git.pld-linux.org Git - packages/cbq.init.git/commitdiff
- added Requires: iproute2
authorTomek Orzechowski <orzech@pld-linux.org>
Sun, 28 Oct 2001 06:19:03 +0000 (06:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed Description
- typos

Changed files:
    cbq.init.spec -> 1.2

cbq.init.spec

index 7da6e669ad16853cc6de2ef71b52c2de90726d57..830ce5aaadcb35251b9ed3e2fd778a2e2e5682f8 100644 (file)
@@ -11,16 +11,17 @@ Group(pl):  Sieciowe/Narz
 Group(pt_BR):  Rede/Utilitários
 Source0:       ftp://ftp.lj.pl/pub/linux/%{name}-%{version}.tar.gz
 URL:           ftp://ftp.equinox.gu.net/pub/linux/cbq/
+Requires:      iproute2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildArch:     noarch
 
 %description
 CBQ.init is a simple shell script for setting up a smart ethernet
-shaper based on CBQ (Class Based Queueing) for Linux Development
-Kernels and the ip-route utility by A.Kuznetsov.
+shaper based on CBQ (Class Based Queueing) for Linux 2.2 and 2.4.
 
 %description -l pl
-CBQ.init jest prostym skryptem umo¿liwiaj±cym konfiguracjê CBQ.
+CBQ.init jest prostym skryptem umo¿liwiaj±cym konfiguracjê CBQ w
+Linuksie 2.2 i 2.4.
 
 %prep
 %setup  -q
@@ -34,11 +35,11 @@ install %{name}-v%{version} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/%{name}
 gzip -9nf README
 
 %post
-/sbin/chkconfig --add firewall
+/sbin/chkconfig --add cbq.init
 
 %postun
 if [ "$1" = "0" ]; then
-       /sbin/chkconfig --del firewall
+       /sbin/chkconfig --del cbq.init
 fi
        
 %clean
This page took 0.072035 seconds and 4 git commands to generate.