summaryrefslogtreecommitdiffstats
path: root/extra/brltty
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-22 13:38:52 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-22 13:38:52 +0200
commit349b1be20b236da2936e7e4969b79f443b96a75e (patch)
treee8cde9976039321fb1588f7090e06f742d8be064 /extra/brltty
parent1883cf61f07f5a3c16a927f83bdd7bbafd451b64 (diff)
downloadnutyx-extra-349b1be20b236da2936e7e4969b79f443b96a75e.tar.gz
nutyx-extra-349b1be20b236da2936e7e4969b79f443b96a75e.tar.bz2
nutyx-extra-349b1be20b236da2936e7e4969b79f443b96a75e.tar.xz
nutyx-extra-349b1be20b236da2936e7e4969b79f443b96a75e.zip
brltty, modif de Pkgfile, md5sum et service
Diffstat (limited to 'extra/brltty')
-rw-r--r--extra/brltty/.footprint18
-rw-r--r--extra/brltty/.md5sum4
-rw-r--r--extra/brltty/Pkgfile13
-rw-r--r--extra/brltty/brltty8
-rw-r--r--extra/brltty/brltty.conf2
5 files changed, 9 insertions, 36 deletions
diff --git a/extra/brltty/.footprint b/extra/brltty/.footprint
index cb432afac..aafef6700 100644
--- a/extra/brltty/.footprint
+++ b/extra/brltty/.footprint
@@ -203,22 +203,8 @@ drwxr-xr-x root/root etc/brltty/
drwxr-xr-x root/root etc/conf.d/
-rw-r--r-- root/root etc/conf.d/brltty.conf
drwxr-xr-x root/root etc/rc.d/
-drwxr-xr-x root/root etc/rc.d/init.d/
--rwxr-xr-x root/root etc/rc.d/init.d/brltty
-drwxr-xr-x root/root etc/rc.d/rc0.d/
-lrwxrwxrwx root/root etc/rc.d/rc0.d/K99brltty -> ../init/brltty
-drwxr-xr-x root/root etc/rc.d/rc1.d/
-lrwxrwxrwx root/root etc/rc.d/rc1.d/K99brltty -> ../init/brltty
-drwxr-xr-x root/root etc/rc.d/rc2.d/
-lrwxrwxrwx root/root etc/rc.d/rc2.d/S10brltty -> ../init/brltty
-drwxr-xr-x root/root etc/rc.d/rc3.d/
-lrwxrwxrwx root/root etc/rc.d/rc3.d/S10brltty -> ../init/brltty
-drwxr-xr-x root/root etc/rc.d/rc4.d/
-lrwxrwxrwx root/root etc/rc.d/rc4.d/S10brltty -> ../init/brltty
-drwxr-xr-x root/root etc/rc.d/rc5.d/
-lrwxrwxrwx root/root etc/rc.d/rc5.d/S10brltty -> ../init/brltty
-drwxr-xr-x root/root etc/rc.d/rc6.d/
-lrwxrwxrwx root/root etc/rc.d/rc6.d/K99brltty -> ../init/brltty
+drwxr-xr-x root/root etc/rc.d/rcsysinit.d/
+-rwxr-xr-x root/root etc/rc.d/rcsysinit.d/S25brltty
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/brltty
diff --git a/extra/brltty/.md5sum b/extra/brltty/.md5sum
index 64b1084b0..08272f455 100644
--- a/extra/brltty/.md5sum
+++ b/extra/brltty/.md5sum
@@ -1,3 +1,3 @@
-50fddd14d745eb5a816591d4371a61b7 brltty
+fc0d288920d80e09e9a497076bbce18b brltty
b3b492240ba33fd3af45a181f5b89e7a brltty-4.1.tar.gz
-a8ab8b3dd059e96e1734bc9cdcf844fc brltty.conf
+f6a8781a7ded6b69b02cef5597357d9c brltty.conf
diff --git a/extra/brltty/Pkgfile b/extra/brltty/Pkgfile
index 72827fb4a..5a211905b 100644
--- a/extra/brltty/Pkgfile
+++ b/extra/brltty/Pkgfile
@@ -23,19 +23,10 @@ build() {
--disable-caml-bindings
make
make INSTALL_ROOT=$PKG install
- mkdir -p $PKG/etc/rc.d/init.d
- install -D -m 755 $SRC/brltty $PKG/etc/rc.d/init.d/brltty
+ mkdir -p $PKG/etc/rc.d/rcsysinit.d
+ install -D -m 755 $SRC/brltty $PKG/etc/rc.d/rcsysinit.d/S25brltty
install -D -m 644 $SRC/brltty.conf $PKG/etc/conf.d/brltty.conf
install -D -m 644 Documents/brltty.conf $PKG/etc/brltty.conf
- mkdir -p $PKG/etc/rc.d/rc{0,1,2,3,4,5,6}.d
- for i in 2 3 4 5;
- do
- ln -s ../init/$name $PKG/etc/rc.d/rc$i.d/S10$name
- done
- for i in 0 1 6;
- do
- ln -s ../init/$name $PKG/etc/rc.d/rc$i.d/K99$name
- done
}
diff --git a/extra/brltty/brltty b/extra/brltty/brltty
index 1effd561c..ce2f5b6dc 100644
--- a/extra/brltty/brltty
+++ b/extra/brltty/brltty
@@ -3,17 +3,13 @@
daemon_name=brltty
. /etc/sysconfig/rc
-. $rc_functions
+. ${rc_functions}
. /etc/conf.d/$daemon_name.conf
-get_pid() {
- pidof -o %PPID $daemon_name
-}
-
case "$1" in
start)
boot_mesg "Starting $daemon_name daemon"
- loadproc /usr/bin/$daemon_name;;
+ loadproc /usr/bin/$daemon_name $brltty_args;;
stop)
loadproc "Stopping $daemon_name daemon"
diff --git a/extra/brltty/brltty.conf b/extra/brltty/brltty.conf
index 94115e1d5..18df137b7 100644
--- a/extra/brltty/brltty.conf
+++ b/extra/brltty/brltty.conf
@@ -1,2 +1,2 @@
# Specify any arguments to pass to brltty here.
-brltty_args="" \ No newline at end of file
+brltty_args=" -B protocol=clio -t fr_FR.ttb -d /dev/ttyS0"