[arch-commits] Commit in rp-pppoe/trunk (adsl)

Thomas Bächler thomas at nymeria.archlinux.org
Sun Feb 23 17:11:36 UTC 2014


    Date: Sunday, February 23, 2014 @ 18:11:36
  Author: thomas
Revision: 206299

Remove unneeded old file

Deleted:
  rp-pppoe/trunk/adsl

------+
 adsl |   35 -----------------------------------
 1 file changed, 35 deletions(-)

Deleted: adsl
===================================================================
--- adsl	2014-02-23 16:54:38 UTC (rev 206298)
+++ adsl	2014-02-23 17:11:36 UTC (rev 206299)
@@ -1,35 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
-  start)
-    stat_busy "Starting ADSL Connection"
-    /usr/sbin/pppoe-start &>/dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon adsl
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping ADSL Connection"
-    /usr/sbin/pppoe-stop &>/dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon adsl
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0




More information about the arch-commits mailing list