summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/config.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-05-11 17:23:57 +0000
committerobrien <obrien@FreeBSD.org>2008-05-11 17:23:57 +0000
commit10234848d588839bb6f9394d46a919e69976127d (patch)
tree8c8200b7f830b36ffbbd83595322269253cb9daf /usr.sbin/sysinstall/config.c
parentd92d788e4d139d301688ce33cbc123d2f7ed68b0 (diff)
downloadFreeBSD-src-10234848d588839bb6f9394d46a919e69976127d.zip
FreeBSD-src-10234848d588839bb6f9394d46a919e69976127d.tar.gz
Better to just statically set the name vs. determine at run time.
Diffstat (limited to 'usr.sbin/sysinstall/config.c')
-rw-r--r--usr.sbin/sysinstall/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c
index b101149..bb7ffbc 100644
--- a/usr.sbin/sysinstall/config.c
+++ b/usr.sbin/sysinstall/config.c
@@ -188,7 +188,7 @@ configFstab(dialogMenuItem *self)
else {
msgConfirm("Attempting to rebuild your /etc/fstab file. Warning: If you had\n"
"any CD devices in use before running %s then they may NOT\n"
- "be found by this run!", StartName);
+ "be found by this run!", ProgName);
}
}
OpenPOWER on IntegriCloud