From b29ec58531e9db4eafcd93a84e94b28800f01327 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 12 Jul 2007 15:34:17 +0200 Subject: [PATCH] Do not automatically start sl-modem-daemon --- autoconfig.functions | 11 +++++------ debian/changelog | 4 +++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/autoconfig.functions b/autoconfig.functions index 39b7050..f40d45c 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Klaus Knopper , (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mit Jul 11 19:34:06 CEST 2007 [mika] +# Latest change: Don Jul 12 15:33:48 CEST 2007 [mika] ################################################################################ # {{{ path, variables, signals, umask, zsh @@ -1529,11 +1529,10 @@ if checkbootparam "nomodem"; then ewarn "Skipping check for AC97 modem controller as requested on boot commandline." ; eend 0 else if [ -x /etc/init.d/sl-modem-daemon ] ; then - if lspci | grep Intel | grep -q "AC'97 Modem Controller" ; then - einfo "AC97 modem controller detected. Starting sl-modem-daemon in background." - /etc/init.d/sl-modem-daemon start >>$DEBUG & - eend 0 - fi + if lspci | grep Intel | grep -q "AC'97 Modem Controller" ; then + einfo "AC97 modem controller detected. Start it running 'Start sl-modem-daemon'." + eend 0 + fi fi fi } diff --git a/debian/changelog b/debian/changelog index cd4efb1..96e439e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ grml-autoconfig (0.7.8) unstable; urgency=low * Inform users about CONFIG_DHCP=no when running from harddisk. + * Do not automatically start sl-modem-daemon but instead inform + user about 'Start sl-modem-daemon'. - -- Michael Prokop Thu, 12 Jul 2007 15:31:38 +0200 + -- Michael Prokop Thu, 12 Jul 2007 15:33:57 +0200 grml-autoconfig (0.7.7) unstable; urgency=low -- 2.1.4