|
From: <abe...@us...> - 2012-11-21 15:00:01
|
Revision: 5773
http://astlinux.svn.sourceforge.net/astlinux/?rev=5773&view=rev
Author: abelbeck
Date: 2012-11-21 14:59:53 +0000 (Wed, 21 Nov 2012)
Log Message:
-----------
more cleanup, remove unused runlevels, Thanks Michael
Removed Paths:
-------------
branches/1.0/project/astlinux/target_skeleton/etc/init.d/template
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K01zaptel
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K12tftpd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K13mini_httpd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K15dhcpd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K16named
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S01zaptel
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S21named
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S22dhcpd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S56tftpd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S80mini_httpd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K01nistnet
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K02openser
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K04iaxmodem
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K06nprobe
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K12tftpd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K13mini_httpd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K15dhcpd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K16named
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K81hostapd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K92wifi
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K93zaptel
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K98pcmcia
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S00pcmcia
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S01zaptel
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S02wifi
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S12hostapd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S21named
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S22dhcpd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S56tftpd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S58openser
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S61iaxmodem
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S80mini_httpd
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S93nprobe
branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S95nistnet
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/init.d/template
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/init.d/template 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/init.d/template 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-. /etc/rc.conf
-
-init () {
-}
-
-start () {
-}
-
-stop () {
-}
-
-case $1 in
-
-start)
- start
- ;;
-
-stop)
- stop
- ;;
-
-init)
- init
- start
- ;;
-
-restart)
- stop
- sleep 2
- start
- ;;
-
-*)
- echo "Usage: start|stop|restart"
- ;;
-
-esac
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K01zaptel
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K01zaptel 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K01zaptel 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/zaptel
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K12tftpd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K12tftpd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K12tftpd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/tftpd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K13mini_httpd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K13mini_httpd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K13mini_httpd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/mini_httpd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K15dhcpd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K15dhcpd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K15dhcpd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/dhcpd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K16named
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K16named 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/K16named 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/named
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S01zaptel
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S01zaptel 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S01zaptel 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/zaptel
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S21named
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S21named 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S21named 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/named
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S22dhcpd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S22dhcpd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S22dhcpd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/dhcpd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S56tftpd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S56tftpd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S56tftpd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/tftpd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S80mini_httpd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S80mini_httpd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/custom/S80mini_httpd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/mini_httpd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K01nistnet
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K01nistnet 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K01nistnet 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/nistnet
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K02openser
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K02openser 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K02openser 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/openser
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K04iaxmodem
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K04iaxmodem 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K04iaxmodem 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/iaxmodem
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K06nprobe
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K06nprobe 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K06nprobe 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/nprobe
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K12tftpd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K12tftpd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K12tftpd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/tftpd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K13mini_httpd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K13mini_httpd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K13mini_httpd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/mini_httpd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K15dhcpd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K15dhcpd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K15dhcpd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/dhcpd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K16named
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K16named 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K16named 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/named
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K81hostapd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K81hostapd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K81hostapd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/hostapd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K92wifi
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K92wifi 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K92wifi 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/wifi
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K93zaptel
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K93zaptel 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K93zaptel 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/zaptel
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K98pcmcia
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K98pcmcia 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K98pcmcia 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/pcmcia
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S00pcmcia
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S00pcmcia 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S00pcmcia 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/pcmcia
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S01zaptel
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S01zaptel 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S01zaptel 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/zaptel
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S02wifi
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S02wifi 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S02wifi 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/wifi
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S12hostapd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S12hostapd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S12hostapd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/hostapd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S21named
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S21named 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S21named 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/named
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S22dhcpd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S22dhcpd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S22dhcpd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/dhcpd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S56tftpd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S56tftpd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S56tftpd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/tftpd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S58openser
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S58openser 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S58openser 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/openser
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S61iaxmodem
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S61iaxmodem 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S61iaxmodem 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/iaxmodem
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S80mini_httpd
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S80mini_httpd 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S80mini_httpd 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/mini_httpd
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S93nprobe
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S93nprobe 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S93nprobe 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/nprobe
\ No newline at end of file
Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S95nistnet
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S95nistnet 2012-11-20 22:11:54 UTC (rev 5772)
+++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S95nistnet 2012-11-21 14:59:53 UTC (rev 5773)
@@ -1 +0,0 @@
-link ../../init.d/nistnet
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|