Print this page
5861 clean up obsolete init scripts

@@ -19,11 +19,11 @@
  * CDDL HEADER END
  */
 
 /*
  * 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.
  */
 
 /*
  * NFS specific functions
  */

@@ -1895,14 +1895,14 @@
                                 sa_free_attr_string(sectype);
                 }
         }
         /*
          * 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);
         /*
          * call the exportfs system call which is implemented
          * via the nfssys() call as the EXPORTFS subfunction.