[-]
[+]
|
Changed |
_service:set_version:bios-installer.spec
|
|
[-]
[+]
|
Changed |
bios-installer.spec
^
|
|
|
Changed |
_service:tar_scm:bios-installer-2.0.rev4451.tar
^
|
[-]
[+]
|
Changed |
bios-installer.init
^
|
@@ -32,7 +32,7 @@
#
### BEGIN INIT INFO
# Provides: biosinstaller
-# Required-Start: $syslog $remote_fs $network $portmap
+# Required-Start: $ALL
# Should-Start: $null
# Required-Stop: $syslog $remote_fs
# Should-Stop: $null
@@ -162,8 +162,8 @@
echo -n "Starting biosinstaller "
## Start daemon with startproc(8). If this fails
## the return value is set appropriately by startproc.
- /sbin/startproc $biosinstaller_BIN
-
+ #/sbin/startproc $biosinstaller_BIN
+ /bin/chvt 12
# Remember status and be verbose
rc_status -v
;;
@@ -172,7 +172,7 @@
## Stop daemon with killproc(8) and if this fails
## killproc sets the return value according to LSB.
- /sbin/killproc -TERM $biosinstaller_BIN
+ #/sbin/killproc -TERM $biosinstaller_BIN
# Remember status and be verbose
rc_status -v
|