On 8/22/2013 1:34 AM, Saul Wold wrote:
On 08/20/2013 11:15 PM, [email protected] wrote:
From: Jackie Huang <[email protected]>

Signed-off-by: Li Wang <[email protected]>
Signed-off-by: Jackie Huang <[email protected]>
---
  .../nfs-utils/nfs-utils/nfsserver                  |    9 +++++++++
  1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver
b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver
index e460e26..5b4f199 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver
@@ -14,6 +14,8 @@
  #
  # Startup script for nfs-utils
  #
+# Source function library.
+. /etc/init.d/functions
  #
  # The environment variable NFS_SERVERS may be set in /etc/default/nfsd
  # Other control variables may be overridden here too
@@ -141,6 +143,13 @@ stop)    exportfs -ua
      stop_statd
      stop_mountd
      stop_nfsd;;
+status)
+    status /usr/sbin/rpc.mountd
+    RETVAL=$?
+    status nfsd
+    rval=$?
+    [ $RETVAL -eq 0 ] && exit $rval
+    exit $RETVAL;;
  reload)    test -r /etc/exports && exportfs -r;;
  restart)exportfs -ua
      stop_mountd

Should there also be a usage update or addition?

There was not a usage line existed, that's why the original patch didn't have a usage update, I will add it anyway.

Thanks,
Jackie


Sau!



--
Jackie Huang
WIND RIVER | China Development Center
MSN:[email protected]
Tel: +86 8477 8594
Mobile: +86 138 1027 4745
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to