Parent Directory
|
Revision Log
new stuff
| 1 | drobbins | 2 | #!/sbin/runscript |
| 2 | |||
| 3 | depend() { | ||
| 4 | need localmount | ||
| 5 | } | ||
| 6 | |||
| 7 | start() { | ||
| 8 | source /etc/rc.conf | ||
| 9 | if [ -n "$CONSOLEFONT" ] | ||
| 10 | then | ||
| 11 | if [ -e /usr/bin/consolechars ] | ||
| 12 | then | ||
| 13 | /usr/bin/consolechars --font=${CONSOLEFONT} | ||
| 14 | fi | ||
| 15 | fi | ||
| 16 | return | ||
| 17 | } | ||
| 18 |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |