[Pkg-sysvinit-devel] Bug#814735: initscripts: hurd: Please add compatible option to procfs mount
Samuel Thibault
sthibault at debian.org
Sun Feb 14 21:16:40 UTC 2016
Package: initscripts
Version: 2.88dsf-59.3
Severity: important
Hello,
I forgot an important detail in bug #798406: we need the 'compatible'
option for top & alike to work properly. I have attached a patch.
Thanks,
Samuel
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.4.0 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages initscripts depends on:
ii coreutils 8.24-1
ii debianutils 4.7
ii lsb-base 9.20160110
ii mount 2.27.1-3
ii sysv-rc 2.88dsf-59.2
ii sysvinit-utils 2.88dsf-59.2
Versions of packages initscripts recommends:
ii e2fsprogs 1.42.13-1
ii psmisc 22.21-2.1+b1
initscripts suggests no packages.
-- Configuration Files:
/etc/default/rcS changed [not included]
-- no debconf information
--
Samuel
> C'est vrai. FreeBSD pourrait être bien s'il avait une licence
> correcte.
Oh, mon troll-ô-meter vient d'exploser...
-+- OR in Guide du linuxien pervers - "Bien regler son troll-ô-meter"
-------------- next part --------------
--- ./debian/src/sysv-rc/etc/init.d/rc.orig 2016-02-14 22:15:34.100917296 +0100
+++ ./debian/src/sysv-rc/etc/init.d/rc 2016-02-14 22:15:38.240933874 +0100
@@ -81,7 +81,7 @@
if [ "$(uname)" = "GNU/kFreeBSD" ] ; then
mount -t linprocfs linprocfs /proc
elif [ "$(uname)" = "GNU" ] ; then
- mount -t proc none /proc
+ mount -t proc none /proc -ocompatible
fi
fi
if [ -x /lib/startpar/startpar ] ; then
More information about the Pkg-sysvinit-devel
mailing list