]> git.pld-linux.org Git - packages/setserial.git/commitdiff
- started instead busy to avoid errors
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 2 Feb 2000 09:57:36 +0000 (09:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    setserial-rc.serial -> 1.3

setserial-rc.serial

index 8ba053a0136ae62bff51721c1001056885ed9096..c1e219c20f4fb39181fe4da8319ac5dc2a410a5f 100644 (file)
 
 SETSERIAL=/bin/setserial
 
-[ -f $SETSERIAL ] || exit 0
+[ -x $SETSERIAL ] || exit 0
 
 . /etc/rc.d/init.d/functions
 
 ALLDEVS="/dev/ttyS*"
 
-show "Setting serial ports "; busy
+show "Setting serial ports "; started
 if test -f /etc/sysconfig/serial ; then 
        grep -v "^#" < /etc/sysconfig/serial | grep "/dev/" | while read device args; 
        do
@@ -33,6 +33,3 @@ for a in ${ALLDEVS}; do
                        show "`basename \"$WHAT\"`"; ok
        fi
 done
-
-deltext
-ok
\ No newline at end of file
This page took 0.06177 seconds and 4 git commands to generate.