]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Modified vdramin initscript
authorStefan Schantl <Stevee@ipfire.org>
Wed, 25 Mar 2009 13:13:37 +0000 (14:13 +0100)
committerStefan Schantl <Stevee@ipfire.org>
Wed, 25 Mar 2009 13:13:37 +0000 (14:13 +0100)
doc/packages-list.txt
src/initscripts/init.d/vdradmin

index 947ad674f15098e4708b8194918cf1d739059af0..069867c77969efa643fdd821a62ce77f000e554b 100644 (file)
@@ -33,8 +33,6 @@
 * URI-1.35
 * Unix-Syslog-0.100
 * XML-Parser-2.34
-* alsa-lib-1.0.17
-* alsa-lib-1.0.17-kmod-2.6.25.20
 * alsa-lib-1.0.19
 * alsa-lib-1.0.19-kmod-2.6.27.20
 * amavisd-new-2.5.2
@@ -42,8 +40,6 @@
 * applejuice-0.31
 * arping-2.05
 * as86-0.16.17
-* asterisk-1.4.18
-* atl2-2.0.5-kmod-2.6.25.20
 * atl2-2.0.5-kmod-2.6.27.20
 * autoconf-2.59
 * automake-1.9.6
@@ -63,7 +59,6 @@
 * calamaris-2.59
 * capi4k-utils-2005-07-18
 * ccache-2.4
-* cdrtools-2.01
 * cdrtools-2.01.01
 * centerim-4.22.1
 * clamav-0.94.2
 * iperf-2.0.4
 * ipfireseeder-1.00
 * iproute2-2.6.16-060323
-* iptables-1.4.1.1
 * iptables-1.4.2
 * iptstate-2.1
 * iputils-ss020927
 * jpegsrc.v6b
 * kbd-1.12
 * klibc-1.5.14
-* kqemu-1.4.0pre1-kmod-2.6.25.20
 * kqemu-1.4.0pre1-kmod-2.6.27.20
 * kudzu-1.2.64
-* l7-protocols-2008-04-23
 * l7-protocols-2008-12-18
 * lame-3.97
 * lcd4linux-0.10.1-RC2
 * libshout-2.2.2
 * libsigc++-2.0.17
 * libtool-1.5.22
-* libtorrent-0.12.2
 * libtorrent-0.12.4
 * libupnp-1.6.6
 * libusb-0.1.12
 * libwww-perl-5.803
 * libxml2-2.6.26
 * libxslt-1.1.17
-* linux-2.6.25.20
 * linux-2.6.27.20
 * linux-atm-2.4.1
 * linux-libc-headers-2.6.12.0
-* linux-libc-headers-2.6.12.0_rootfile
 * lm_sensors-3.0.3
 * logrotate-3.7.1
 * logwatch-7.3.6
 * lzo-2.02
 * m4-1.4.4
 * mISDNuser-20090322
-* mISDNuser.git-8e7bf2f11cc108d4b52949c2a26e38df24821b01
-* madwifi-hal-0.10.5.6-r3942-20090205-kmod-2.6.25.20
 * madwifi-hal-0.10.5.6-r3942-20090205-kmod-2.6.27.20
 * make-3.81
 * man-db-2.4.3
 * pptp-1.7.2
 * procps-3.2.6
 * psmisc-22.2
-* qemu-0.10.0
 * qemu-0.10.1
 * readline-5.1
 * reiser4progs-1.0.5
 * rrdtool-1.2.15
 * rssdler-0.4.0a
 * rsync-3.0.4
-* rtorrent-0.8.2
 * rtorrent-0.8.4
 * samba-3.2.8
 * sane-1.0.19
 * urlgrabber-3.1.0
 * usbutils-0.72
 * util-linux-2.12r
-* v4l-dvb-e9a442d3b53a-kmod-2.6.25.20
 * v4l-dvb-e9a442d3b53a-kmod-2.6.27.20
 * vdr-1.6.0
 * vdradmin-am-3.6.4
 * whatmask-1.2
 * which-2.16
 * wireless_tools.30.pre6
-* wpa_supplicant-0.5.11
 * wpa_supplicant-0.6.8
 * xfsprogs-2.9.4
 * xvidcore-1.2.1
index e663b8d5182c3e71c82c95ee7930b352b7bc8c22..c7a565d0ec1afaea43d62a62ee3d0e0a13d385fd 100644 (file)
@@ -18,7 +18,8 @@
 case "${1}" in
        start)
                boot_mesg "Starting VDR Webadministration Tool..."
-               loadproc /usr/bin/vdradmind
+               loadproc /usr/bin/vdradmind > /dev/null
+               evaluate_retval
                ;;
                
        stop)