Package: netenv
Version: 0.94.3-24
Severity: grave
Tags: patch
Justification: renders package unusable
To make sure netenv's initscript is started before networking (from
package netbase) it is possible to change it like chown in the
attached patch. Other wise it makes no sense to choose network
environment. After patching the initscript insserv must be invoked
(which should postinstall as well).
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.31-aragorn
Locale: LANG=de_DE.UTF-8, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages netenv depends on:
ii debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii dialog 1.1-20080819-1 Displays user-friendly dialog boxe
netenv recommends no packages.
netenv suggests no packages.
-- debconf information excluded
--
We all know Linux is great... it does infinite loops in 5 seconds.
-- Linus Torvalds
diff -urd debian.orig/init debian/init
--- debian.orig/init 2009-09-19 12:59:56.000000000 +0200
+++ debian/init 2009-09-19 13:03:03.000000000 +0200
@@ -5,12 +5,10 @@
#
### BEGIN INIT INFO
# Provides: netenv
-# Required-Start: $local_fs
+# Required-Start: mountall-bootclean
# Required-Stop: $local_fs
-# Should-Start: $network
-# Should-Stop: $network
# Default-Start: S
-# Default-Stop:
+# Default-Stop:
# Short-Description: Start netenv at boot time
# Description: This script only starts the program netenv
# during boot time.