summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-01-25 19:16:31 +0000
committerjkh <jkh@FreeBSD.org>2000-01-25 19:16:31 +0000
commitf89d1d8b6d89f552c70c95ff524a040e0eefd4b3 (patch)
tree7631c42b86fde11d36a2d75feddc66d8b13b09ec /release
parentc1eb1e6c01092baec5c9490a4ad48c657d70cd92 (diff)
downloadFreeBSD-src-f89d1d8b6d89f552c70c95ff524a040e0eefd4b3.zip
FreeBSD-src-f89d1d8b6d89f552c70c95ff524a040e0eefd4b3.tar.gz
Argh, this is what I get for testing, making one last "harmless cosmetic
tweak" and then committing. /me got what he deserved, an embarassing build failure.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/anonFTP.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/anonFTP.c b/release/sysinstall/anonFTP.c
index 75ffab3..70a0735 100644
--- a/release/sysinstall/anonFTP.c
+++ b/release/sysinstall/anonFTP.c
@@ -284,7 +284,7 @@ configAnonFTP(dialogMenuItem *self)
if (DITEM_STATUS(createFtpUser()) == DITEM_SUCCESS) {
msgNotify("Copying password information for anon FTP.");
- vsystem("awk -F: '{if ($3 < 10 || $1 == "ftp") print $0}' /etc/passwd > %s/etc/passwd && chmod 444 %s/etc/passwd", tconf.homedir, tconf.homedir);
+ vsystem("awk -F: '{if ($3 < 10 || $1 == \"ftp\") print $0}' /etc/passwd > %s/etc/passwd && chmod 444 %s/etc/passwd", tconf.homedir, tconf.homedir);
vsystem("awk -F: '{if ($3 < 100) print $0}' /etc/group > %s/etc/group && chmod 444 %s/etc/group", tconf.homedir, tconf.homedir);
vsystem("chown -R root.%s %s/pub", tconf.group, tconf.homedir);
}
OpenPOWER on IntegriCloud