From 81e77426e554a61d85e1738af604359171a6062e Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 8 Jun 2011 22:37:07 -0400 Subject: init: declare PATH, remove absolute paths We were never very consistent about this anyways. Signed-off-by: Dave Reisner --- hooks/consolefont | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hooks/consolefont') diff --git a/hooks/consolefont b/hooks/consolefont index 8e53eec..07cbd71 100644 --- a/hooks/consolefont +++ b/hooks/consolefont @@ -4,11 +4,11 @@ run_hook () { if [ -e /consolefont.psfu ]; then msg -n ":: Loading console font..." - /usr/sbin/setfont -C /dev/console /consolefont.psfu + setfont -C /dev/console /consolefont.psfu msg "done." elif [ -e /consolefont.psf ]; then msg -n ":: Loading console font..." - /usr/sbin/setfont -C /dev/console /consolefont.psf + setfont -C /dev/console /consolefont.psf msg "done." else msg "No consolefont found despite added hook." -- cgit v1.2.3-24-g4f1b