]> code.ossystems Code Review - openembedded-core.git/commitdiff
nfs-utils: added initscript dependencies
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 1 Aug 2008 12:55:58 +0000 (12:55 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 1 Aug 2008 12:55:58 +0000 (12:55 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5004 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/nfs-utils/files/nfsserver
meta/packages/nfs-utils/nfs-utils_1.0.6.bb

index 0e9d7be787bbbe4f925c462ead30231aa58c7dce..9d02e85848c73d1be1bb0b1fd2aecc1a85788e63 100644 (file)
@@ -1,4 +1,16 @@
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:          nfs-kernel-server
+# Required-Start:    $remote_fs $portmap hwclock
+# Required-Stop:     $remote_fs $portmap hwclock
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Kernel NFS server support
+# Description:       NFS is a popular protocol for file sharing across
+#                    TCP/IP networks. This service provides NFS server
+#                    functionality, which is configured via the
+#                    /etc/exports file.
+### END INIT INFO
 #
 # Startup script for nfs-utils
 #
index 1febf057bfef8d26ca7d288e511cb4a0120e2765..50586b04e36d7f43945e56584353fc1d50649ed9 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "userspace utilities for kernel nfs"
 PRIORITY = "optional"
 SECTION = "console/network"
 LICENSE = "GPL"
-PR = "r13"
+PR = "r14"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \
        file://acinclude-lossage.patch;patch=1 \