From 06d28725dadee72314e8f2b8c4fac0ed872f418c Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 19 May 2005 05:25:13 +0000 Subject: Fix aiccu init-script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@946 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/aiccu/files/S51aiccu | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 openwrt/package/aiccu/files/S51aiccu (limited to 'openwrt/package/aiccu/files/S51aiccu') diff --git a/openwrt/package/aiccu/files/S51aiccu b/openwrt/package/aiccu/files/S51aiccu deleted file mode 100755 index dabafcf3f..000000000 --- a/openwrt/package/aiccu/files/S51aiccu +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -case "$1" in - start) - aiccu start - ;; - - stop) - aiccu stop - aiccu stop - ;; - - restart) - $0 stop - $0 start - ;; - *) - echo "Usage: $0 {start|stop|restart}" - exit 1 - ;; -esac -- cgit v1.2.3