summaryrefslogtreecommitdiff
path: root/usr/src/lib/libshare/nfs/libshare_nfs.c
diff options
context:
space:
mode:
authorAlexander Eremin <a.eremin@nexenta.com>2015-04-27 12:06:05 -0700
committerDan McDonald <danmcd@omniti.com>2015-04-28 14:12:45 -0400
commit4b92079ba1c38eb015d4df99305947dbeccbb80d (patch)
treea5421c37c87cc723602745a4a1e403f45b2270fb /usr/src/lib/libshare/nfs/libshare_nfs.c
parent8622ec4569457733001d4982ef7f5b44427069be (diff)
downloadillumos-joyent-4b92079ba1c38eb015d4df99305947dbeccbb80d.tar.gz
5861 clean up obsolete init scripts
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/lib/libshare/nfs/libshare_nfs.c')
-rw-r--r--usr/src/lib/libshare/nfs/libshare_nfs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/lib/libshare/nfs/libshare_nfs.c b/usr/src/lib/libshare/nfs/libshare_nfs.c
index 9e6124286d..0282c621cb 100644
--- a/usr/src/lib/libshare/nfs/libshare_nfs.c
+++ b/usr/src/lib/libshare/nfs/libshare_nfs.c
@@ -21,7 +21,7 @@
/*
* Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright 2014 Nexenta Systems, Inc. All rights reserved.
+ * Copyright 2015 Nexenta Systems, Inc. All rights reserved.
*/
/*
@@ -1897,10 +1897,10 @@ nfs_enable_share(sa_share_t share)
}
/*
* when we get here, we can do the exportfs system call and
- * initiate things. We probably want to enable the nfs.server
- * service first if it isn't running within SMF.
+ * initiate things. We probably want to enable the
+ * svc:/network/nfs/server service first if it isn't running.
*/
- /* check nfs.server status and start if needed */
+ /* check svc:/network/nfs/server status and start if needed */
/* now add the share to the internal tables */
printarg(path, &export);
/*