aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>2004-10-04 15:13:51 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>2004-10-04 15:13:51 +0000
commit1ada9fda01682d530f230bdbcc3e4376f88be039 (patch)
treef61098f3fabe29b6b3d5298206e1b71b6a9adb72 /usr.sbin
parentfc67901f369d9a260de4940167ba53613cb60fb7 (diff)
downloadsrc-1ada9fda01682d530f230bdbcc3e4376f88be039.tar.gz
src-1ada9fda01682d530f230bdbcc3e4376f88be039.zip
fix typo in generated /etc/exports: s/synatx/syntax/
Notes
Notes: svn path=/head/; revision=136120
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/config.c2
-rw-r--r--usr.sbin/sysinstall/config.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index acfde5bf19ea..8b5c48fab09c 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -876,7 +876,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 '# Note that BSD's export syntax 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 acfde5bf19ea..8b5c48fab09c 100644
--- a/usr.sbin/sysinstall/config.c
+++ b/usr.sbin/sysinstall/config.c
@@ -876,7 +876,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 '# Note that BSD's export syntax 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();