]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Include /etc/rc.d/init.d/functions.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 1 Jan 2006 20:12:52 +0000 (20:12 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 1 Jan 2006 20:12:52 +0000 (20:12 +0000)
svn-id: @6726

setsysfont

index dbc811d5bbd050865248b5dce4e235e7ebf1b951..80c5c6fdf2fe438df5b474bd7fe77ad4b28bd556 100755 (executable)
@@ -8,6 +8,8 @@
 
 [ -n "$SYSFONT" ] && CONSOLEFONT="$SYSFONT"
 
+. /etc/rc.d/init.d/functions
+
 case "$LANG" in
   *.utf8|*.UTF-8)
        if [ -x /bin/unicode_start ] && /sbin/consoletype fg ; then
This page took 0.076759 seconds and 4 git commands to generate.