mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
This sets up a more useful convention and avoids future .gitignore problems. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 58c696dc600f1073e693930da061776b6fb199f2)
8 lines
141 B
Bash
Executable File
8 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
|
|
opts="10.0.0.0/16" #(rw,async,insecure,no_root_squash,no_subtree_check)
|
|
|
|
for i in $FAKE_SHARES ; do
|
|
echo "${i} ${opts}"
|
|
done
|