Print this page
5861 clean up obsolete init scripts
*** 19,29 ****
* CDDL HEADER END
*/
/*
* Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
! * Copyright 2014 Nexenta Systems, Inc. All rights reserved.
*/
/*
* NFS specific functions
*/
--- 19,29 ----
* CDDL HEADER END
*/
/*
* Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
! * Copyright 2015 Nexenta Systems, Inc. All rights reserved.
*/
/*
* NFS specific functions
*/
*** 1895,1908 ****
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.
*/
! /* check 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.
--- 1895,1908 ----
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
! * svc:/network/nfs/server service first if it isn't running.
*/
! /* 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.