diff options
-rw-r--r-- | release/sysinstall/install.c | 2 | ||||
-rw-r--r-- | usr.sbin/sade/install.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 4f8cf72..6373b69 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -541,7 +541,7 @@ nodisks: "between interfaces)?")) variable_set2("gateway_enable", "YES", 1); - if (!msgYesNo("Do you want to grant only normal users FTP access to this\n" + if (msgYesNo("Do you want to grant only normal users FTP access to this\n" "host (e.g. no anonymous FTP connections)?")) configAnonFTP(self); diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 4f8cf72..6373b69 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -541,7 +541,7 @@ nodisks: "between interfaces)?")) variable_set2("gateway_enable", "YES", 1); - if (!msgYesNo("Do you want to grant only normal users FTP access to this\n" + if (msgYesNo("Do you want to grant only normal users FTP access to this\n" "host (e.g. no anonymous FTP connections)?")) configAnonFTP(self); diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 4f8cf72..6373b69 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -541,7 +541,7 @@ nodisks: "between interfaces)?")) variable_set2("gateway_enable", "YES", 1); - if (!msgYesNo("Do you want to grant only normal users FTP access to this\n" + if (msgYesNo("Do you want to grant only normal users FTP access to this\n" "host (e.g. no anonymous FTP connections)?")) configAnonFTP(self); |