From cc51b93eb966c648aefdb26006ec5ff313c7da9a Mon Sep 17 00:00:00 2001 From: kueller Date: Sat, 3 May 2008 16:58:46 +0000 Subject: [PATCH] V961 Tree Umbau git-svn-id: svn://svn.compuextreme.de/Viitor/V961/Viitor_gpm@4257 504e572c-2e33-0410-9681-be2bf7408885 --- etc/init.d/gpm | 36 ++++++++++++++++++++++++++++++++++++ etc/init.d/rc0.d/K05gpm | 1 + etc/init.d/rc1.d/K05gpm | 1 + etc/init.d/rc2.d/S65gpm | 1 + etc/init.d/rc3.d/S65gpm | 1 + etc/init.d/rc4.d/S65gpm | 1 + etc/init.d/rc5.d/K05gpm | 1 + etc/init.d/rc6.d/K05gpm | 1 + 8 files changed, 43 insertions(+) create mode 100644 etc/init.d/gpm create mode 120000 etc/init.d/rc0.d/K05gpm create mode 120000 etc/init.d/rc1.d/K05gpm create mode 120000 etc/init.d/rc2.d/S65gpm create mode 120000 etc/init.d/rc3.d/S65gpm create mode 120000 etc/init.d/rc4.d/S65gpm create mode 120000 etc/init.d/rc5.d/K05gpm create mode 120000 etc/init.d/rc6.d/K05gpm diff --git a/etc/init.d/gpm b/etc/init.d/gpm new file mode 100644 index 0000000..5e15d63 --- /dev/null +++ b/etc/init.d/gpm @@ -0,0 +1,36 @@ +#!/bin/sh +#gpm des systemvinit prozesses +#Script Framework - Automatisiertes Erzeugen der Monsum Linux Distribution +#(c) Rainmaker MultiMedia OHG +# +#$Author$ +#$Date$ +#$Revision$ +# + +source /etc/init.d/functions + +case "$1" in + start) + echo -n "Starting gpm console mouse driver" + /usr/sbin/gpm -A -m /dev/input/mice -t imps2 -p + evaluate_retval + ;; + + stop) + echo -n "Stopping cupsd" + /usr/sbin/gpm -k + evaluate_retval + ;; + + restart) + $0 stop + sleep 1 + $0 start + ;; + *) + echo "Usage: $0 {start|stop|reload|restart|status}" + exit 1 + ;; + +esac diff --git a/etc/init.d/rc0.d/K05gpm b/etc/init.d/rc0.d/K05gpm new file mode 120000 index 0000000..988d983 --- /dev/null +++ b/etc/init.d/rc0.d/K05gpm @@ -0,0 +1 @@ +../gpm \ No newline at end of file diff --git a/etc/init.d/rc1.d/K05gpm b/etc/init.d/rc1.d/K05gpm new file mode 120000 index 0000000..988d983 --- /dev/null +++ b/etc/init.d/rc1.d/K05gpm @@ -0,0 +1 @@ +../gpm \ No newline at end of file diff --git a/etc/init.d/rc2.d/S65gpm b/etc/init.d/rc2.d/S65gpm new file mode 120000 index 0000000..988d983 --- /dev/null +++ b/etc/init.d/rc2.d/S65gpm @@ -0,0 +1 @@ +../gpm \ No newline at end of file diff --git a/etc/init.d/rc3.d/S65gpm b/etc/init.d/rc3.d/S65gpm new file mode 120000 index 0000000..988d983 --- /dev/null +++ b/etc/init.d/rc3.d/S65gpm @@ -0,0 +1 @@ +../gpm \ No newline at end of file diff --git a/etc/init.d/rc4.d/S65gpm b/etc/init.d/rc4.d/S65gpm new file mode 120000 index 0000000..988d983 --- /dev/null +++ b/etc/init.d/rc4.d/S65gpm @@ -0,0 +1 @@ +../gpm \ No newline at end of file diff --git a/etc/init.d/rc5.d/K05gpm b/etc/init.d/rc5.d/K05gpm new file mode 120000 index 0000000..988d983 --- /dev/null +++ b/etc/init.d/rc5.d/K05gpm @@ -0,0 +1 @@ +../gpm \ No newline at end of file diff --git a/etc/init.d/rc6.d/K05gpm b/etc/init.d/rc6.d/K05gpm new file mode 120000 index 0000000..988d983 --- /dev/null +++ b/etc/init.d/rc6.d/K05gpm @@ -0,0 +1 @@ +../gpm \ No newline at end of file