Summary: ibod - ISDN MPPP bandwidth on demand daemon Name: ibod Version: 1.3beta Release: 2 Source0: http://www.compound.se/download/%{name}-%{version}-src.tar.gz Source1: ibod.init Patch0: ibod.cf.diff URL: http://www.compound.se/ibod.html Copyright: PD, Author: Bjoern Smith Group: Utilities/System BuildRoot: /var/tmp/%{name}-%{version}-root Vendor: webIdeal (http://www.webideal.de) Packager: Mirko Zeibig %description ibod is a ISDN MPPP bandwidth on demand daemon designed to operate in conjunction with isdn4linux. It is normally started at boot time, but can be started and stopped at any time. The program monitors inbound and outbound traffic on the ISDN interface. When the required bandwidth exceeds the capacity for one IDSN B-channel (64kbps) a second (slave) channel is connected according to the MPPP protocol. When the traffic decreases below one channel capacity, the slave channel is disconnected. %prep %setup -q -c -n ibod %patch0 -p0 %build make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/etc/ppp mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d mkdir -p $RPM_BUILD_ROOT/usr/man/man1 mkdir -p $RPM_BUILD_ROOT/usr/man/man4 mkdir -p $RPM_BUILD_ROOT/usr/sbin install -m755 ibod $RPM_BUILD_ROOT/usr/sbin/ install -m644 ibod.1 $RPM_BUILD_ROOT/usr/man/man1/ install -m644 ibod.cf.4 $RPM_BUILD_ROOT/usr/man/man4/ install -m644 ibod.cf $RPM_BUILD_ROOT/etc/ppp/ install -m755 %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ibod ln -s ../../../etc/rc.d/init.d/ibod $RPM_BUILD_ROOT/usr/sbin/rcibod %clean rm -rf $RPM_BUILD_ROOT %post mail -s "ibod-setup" root < - changed vendor-tag, so one can find the rpm as well. * Fri Oct 22 1999 Mirko Zeibig - composed the rpm, included a start-up-file for ibod