Parent Directory
|
Revision Log
|
Patch
| Revision 352 | Revision 353 | ||
|---|---|---|---|
| … | … | ||
| 18 | else | 18 | else |
| 19 | myservice="$1" | 19 | myservice="$1" |
| 20 | fi | 20 | fi |
| 21 | 21 | ||
| 22 | myservice="${myservice##*/}" | 22 | myservice="${myservice##*/}" |
| 23 | mylevel="$(cat "${svcdir}/softlevel")" | 23 | mylevel="$(<"${svcdir}/softlevel")" |
| 24 | 24 | ||
| 25 | 25 | ||
| 26 | # Set $IFACE to the name of the network interface if it is a 'net.*' script | 26 | # Set $IFACE to the name of the network interface if it is a 'net.*' script |
| 27 | IFACE="" | 27 | IFACE="" |
| 28 | NETSERVICE="" | 28 | NETSERVICE="" |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |