diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-01-02 10:31:57 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-01-02 10:31:57 +0000 |
commit | f01bb8bd09f6e910051bb5fa4203eff5ffc20ab5 (patch) | |
tree | d70dd3544a01e6d0861f316e445b897c36e23ecb /perl-install | |
parent | 7179f953887f95c440a7c85f7632f429daa97a0c (diff) | |
download | drakx-f01bb8bd09f6e910051bb5fa4203eff5ffc20ab5.tar drakx-f01bb8bd09f6e910051bb5fa4203eff5ffc20ab5.tar.gz drakx-f01bb8bd09f6e910051bb5fa4203eff5ffc20ab5.tar.bz2 drakx-f01bb8bd09f6e910051bb5fa4203eff5ffc20ab5.tar.xz drakx-f01bb8bd09f6e910051bb5fa4203eff5ffc20ab5.zip |
mark the harddrake service as interactive, so that package requests are displayed with parallell init
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rwxr-xr-x | perl-install/standalone/service_harddrake.sh | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 2850ce0e6..a26a1ce05 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,6 +1,8 @@ - harddrake: o allow to set zero values in module options (#26515) o make "Run config tool" available again (#34794) + o mark the service as interactive, so that package requests are + displayed with parallell init - handle atl2 ethernet driver Version 10.6 - 11 December 2007, by Thierry Vignaud diff --git a/perl-install/standalone/service_harddrake.sh b/perl-install/standalone/service_harddrake.sh index e1c439e95..fbea051f2 100755 --- a/perl-install/standalone/service_harddrake.sh +++ b/perl-install/standalone/service_harddrake.sh @@ -8,6 +8,7 @@ # ### BEGIN INIT INFO # Provides: harddrake +# X-Mandriva-Interactive # Should-Start: pcmcia dkms # Short-Description: The harddrake hardware probe # Description: This runs the hardware probe, and optionally configures |