From 9aaeb4623d3ff5746e665bc17914eefd292b7dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sun, 2 Jan 2011 15:19:00 +0100 Subject: New OpenWrt package for GNU Octave. Experimental/probably still broken. Work in progress. Committing it as compilation seems to take forever. Not sure whether I can finish this within a few days. --- setfont2/files/setfont2.init | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 setfont2/files/setfont2.init (limited to 'setfont2/files') diff --git a/setfont2/files/setfont2.init b/setfont2/files/setfont2.init new file mode 100755 index 0000000..36c38dd --- /dev/null +++ b/setfont2/files/setfont2.init @@ -0,0 +1,11 @@ +#!/bin/sh /etc/rc.common +# Copyright (C) 2008 OpenWrt.org +START=40 + +FONT="un-fuzzy-6x10-font.pnm" +PATH_TO_FONT="/usr/share/setfont2/$FONT" + +start() { + setfont2 "$PATH_TO_FONT" +} + -- cgit v1.2.3