ALT Linux Bugzilla
– Attachment 1825 Details for
Bug 10885
добавить initscript
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
initsrcipt
ifrename (text/plain), 623 bytes, created by
Alexey Gladkov
on 2007-02-20 19:38:27 MSK
(
hide
)
Description:
initsrcipt
Filename:
MIME Type:
Creator:
Alexey Gladkov
Created:
2007-02-20 19:38:27 MSK
Size:
623 bytes
patch
obsolete
>#! /bin/sh ># ># Rename network interfaces before network start ># ># chkconfig: 2345 9 90 ># description: Rename network interfaces before network start > ># Do not load RH compatibility interface. >WITHOUT_RC_COMPAT=1 > >. /etc/init.d/functions > >IFTAB=/etc/iftab >PROGRAM='ifrename -t' >SourceIfNotEmpty /etc/sysconfig/ifrename >RETVAL=0 > >start() { > [ -s "$IFTAB" ] || return 0 > action 'Executing ifrename:' $PROGRAM > RETVAL=$? > return $RETVAL >} > >case "$1" in > start) > start > ;; > status|stop|condstop|condrestart|condreload|restart|reload) > RETVAL=0 > ;; > *) > msg_usage "${0##*/} {start}" > RETVAL=1 >esac > >exit $RETVAL
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 Raw
Actions:
View
Attachments on
bug 10885
: 1825