Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 203
Line 7... Line 7...
7
 
7
 
8
key="$1"
8
key="$1"
9
 
9
 
10
# add "nosymlink" here if you want to suppress symlinking local filesystems
10
# add "nosymlink" here if you want to suppress symlinking local filesystems
11
# add "nonstrict" to make it OK for some filesystems to not mount
11
# add "nonstrict" to make it OK for some filesystems to not mount
12
opts="-fstype=nfs,hard,intr,nodev,nosuid"
12
opts="-fstype=nfs,hard,nodev,nosuid"
13
 
13
 
14
for P in /bin /sbin /usr/bin /usr/sbin
14
for P in /bin /sbin /usr/bin /usr/sbin
15
do
15
do
16
	for M in showmount kshowmount
16
	for M in showmount kshowmount
17
	do
17
	do