/[baselayout]/trunk/init.d/consolefont
Gentoo

Contents of /trunk/init.d/consolefont

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Thu Aug 9 20:39:33 2001 UTC (11 years, 9 months ago) by drobbins
File size: 221 byte(s)
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    

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.13