]> git.pld-linux.org Git - packages/setserial.git/commitdiff
- replace started() by pair busy(), ok().
authorkloczek <kloczek@pld-linux.org>
Mon, 4 Oct 1999 09:01:45 +0000 (09:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    setserial-rc.serial -> 1.2

setserial-rc.serial

index a091952be4ea71bef2e9a22935aed0373d1ee043..8ba053a0136ae62bff51721c1001056885ed9096 100644 (file)
@@ -19,7 +19,7 @@ SETSERIAL=/bin/setserial
 
 ALLDEVS="/dev/ttyS*"
 
-show "Setting serial ports "; started
+show "Setting serial ports "; busy
 if test -f /etc/sysconfig/serial ; then 
        grep -v "^#" < /etc/sysconfig/serial | grep "/dev/" | while read device args; 
        do
@@ -34,3 +34,5 @@ for a in ${ALLDEVS}; do
        fi
 done
 
+deltext
+ok
\ No newline at end of file
This page took 0.051439 seconds and 4 git commands to generate.