20 lines
590 B
Bash
Executable File
20 lines
590 B
Bash
Executable File
#!/sbin/sh
|
|
# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
|
|
# All Rights Reserved
|
|
|
|
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
|
|
# The copyright notice above does not evidence any
|
|
# actual or intended publication of such source code.
|
|
|
|
#ident "@(#)dfstab.sh 1.10 92/09/25 SMI" /* SVr4.0 1.1.2.1 */
|
|
if u3b2 || sun || i386
|
|
then echo "
|
|
# place share(1M) commands here for automatic execution
|
|
# on entering init state 3.
|
|
#
|
|
# share [-F fstype] [ -o options] [-d \"<text>\"] <pathname> [resource]
|
|
# .e.g,
|
|
# share -F nfs -o rw=engineering -d \"home dirs\" /export/home2
|
|
" >dfstab
|
|
fi
|