Import cmdpad from oldpackages, add copyright, pkg info

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess
2014-07-18 16:36:16 -04:00
parent 4978db6065
commit 9df311619c
6 changed files with 154 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2007-2011 OpenWrt.org
START=93
SSD_DAEMONIZE=1
start() {
service_start /usr/sbin/cmdpad --quiet
}
stop() {
service_stop /usr/sbin/cmdpad
}