diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-22 18:59:03 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-22 18:59:03 +0000 |
| commit | f5a79676ee53626add91c21f588285d8bc475227 (patch) | |
| tree | c6bdac62aa571003048efcc93868e84097d108da | |
| parent | 3d43d76fe36b38b0dd8d6fb9d4a622ce075d33b8 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sade/config.c | 1 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/config.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c index 58939bb3c429..0fb0c7c98046 100644 --- a/usr.sbin/sade/config.c +++ b/usr.sbin/sade/config.c @@ -980,6 +980,7 @@ configNFSServer(dialogMenuItem *self) vsystem("echo '#/a -maproot=0 -network 10.0.1.0 -mask 255.255.248.0' >> /etc/exports"); vsystem("echo '#' >> /etc/exports"); vsystem("echo '# You should replace these lines with your actual exported filesystems.' >> /etc/exports"); + vsystem("echo '# Note that BSD's export synatx is \"host-centric\" vs. Sun\'s \"FS-centric\" one.' >> /etc/exports"); vsystem("echo >> /etc/exports"); sprintf(cmd, "%s /etc/exports", variable_get(VAR_EDITOR)); dialog_clear(); diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index 58939bb3c429..0fb0c7c98046 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -980,6 +980,7 @@ configNFSServer(dialogMenuItem *self) vsystem("echo '#/a -maproot=0 -network 10.0.1.0 -mask 255.255.248.0' >> /etc/exports"); vsystem("echo '#' >> /etc/exports"); vsystem("echo '# You should replace these lines with your actual exported filesystems.' >> /etc/exports"); + vsystem("echo '# Note that BSD's export synatx is \"host-centric\" vs. Sun\'s \"FS-centric\" one.' >> /etc/exports"); vsystem("echo >> /etc/exports"); sprintf(cmd, "%s /etc/exports", variable_get(VAR_EDITOR)); dialog_clear(); |
