ALT Linux Bugzilla
– Attachment 775 Details for
Bug 6275
silent bootsplash support
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Proposed change
functions.diff (text/plain), 1.08 KB, created by
Dmitry V. Levin
on 2005-03-21 17:47:48 MSK
(
hide
)
Description:
Proposed change
Filename:
MIME Type:
Creator:
Dmitry V. Levin
Created:
2005-03-21 17:47:48 MSK
Size:
1.08 KB
patch
obsolete
>Index: rc.d/init.d/functions >=================================================================== >RCS file: /home/cvs/cvsroot/service/rc.d/init.d/functions,v >retrieving revision 1.61 >diff -u -p -r1.61 functions >--- rc.d/init.d/functions 9 Mar 2005 13:24:48 -0000 1.61 >+++ rc.d/init.d/functions 21 Mar 2005 14:34:37 -0000 >@@ -741,5 +741,33 @@ $rem2" > done > } > >+splash_init() >+{ >+ local splash_init= >+ local splash_functions=/etc/init.d/functions-bootsplash >+ local splash_config_dir=/etc/bootsplash >+ local splash_proc=/proc/splash >+ SourceIfNotEmpty /etc/sysconfig/bootsplash && >+ [ -r "$splash_functions" -a -d "$splash_config_dir" -a -r "$splash_proc" ] && >+ ! grep -iwqs off "$splash_proc" && >+ SourceIfNotEmpty "$splash_functions" && >+ [ -n "$splash_init" ] && >+ $splash_init "$@" >+} >+ >+splash_update() >+{ >+ [ -x "$splash_exe" ] || return 0 >+ >+ # update_splash name [progress] >+ if [ -n "$2" ]; then >+ splash_progress="$2" >+ else >+ : $((splash_progress++)) >+ fi >+ >+ $splash_exe "$1" >+} >+ > # Load compatibility functions if required. > [ -n "$WITHOUT_RC_COMPAT" ] || . /etc/init.d/functions-compat
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 6275
:
773
| 775