summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-17 20:06:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-18 09:29:30 +0200
commitc9a479c25d2b38eea740adbeac6c96629b407b00 (patch)
treecf4b651d9f087868ab4e9bb17702ddcc8d977aea /package
parent40c491783c3268dc6a2e6d737939d0ebe77469f0 (diff)
move cifs/nfs startup script back to base-files
Diffstat (limited to 'package')
-rw-r--r--package/base-files/Makefile2
-rw-r--r--package/base-files/src/etc/init.d/cifs (renamed from package/cifs-utils/files/cifs.init)1
-rw-r--r--package/base-files/src/etc/init.d/nfs (renamed from package/nfs-utils/files/nfs.init)1
3 files changed, 1 insertions, 3 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index b665a989c..57f11a3ac 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk
PKG_NAME:= base-files
PKG_VERSION:= 1.0
-PKG_RELEASE:= 91
+PKG_RELEASE:= 92
PKG_SECTION:= base
PKG_DESCR:= basic files and scripts
diff --git a/package/cifs-utils/files/cifs.init b/package/base-files/src/etc/init.d/cifs
index 8cc5783e2..ca310d70d 100644
--- a/package/cifs-utils/files/cifs.init
+++ b/package/base-files/src/etc/init.d/cifs
@@ -1,5 +1,4 @@
#!/bin/sh
-#PKG cifs-utils
#INIT 60
case $1 in
diff --git a/package/nfs-utils/files/nfs.init b/package/base-files/src/etc/init.d/nfs
index 9fe9ce375..b1bce59e6 100644
--- a/package/nfs-utils/files/nfs.init
+++ b/package/base-files/src/etc/init.d/nfs
@@ -1,5 +1,4 @@
#!/bin/sh
-#PKG nfs-utils-client
#INIT 60
. /etc/rc.conf