]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
typo
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 14 Aug 1999 13:16:31 +0000 (13:16 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 14 Aug 1999 13:16:31 +0000 (13:16 +0000)
svn-id: @485

sysconfig/network-scripts/ifup-sl

index a887820b8e2a518e4a08dd832560ff8b867f52e5..1626d345145aaee6b1b5f6385c0bfdc7cacdce14 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifup-sl,v 1.10 1999/08/14 12:57:49 misiek Exp $
+#      $Id: ifup-sl,v 1.11 1999/08/14 13:16:31 misiek Exp $
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
@@ -96,7 +96,7 @@ else
         echo "`nls 'some process is currently using'` $MODEMPORT - `nls aborting`..."
         else
          slattach -p $PROTOCOL -s $LINESPEED $MODEMPORT &
-         sleep 2
+         usleep 1500
         ip link set $DEVICE mtu $MTU up
         ip -family inet addr add $IPADDR peer $REMIP dev $DEVICE
         # Set defaultroute
This page took 0.238629 seconds and 4 git commands to generate.