summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/config.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-05-11 07:13:08 +0000
committerobrien <obrien@FreeBSD.org>2008-05-11 07:13:08 +0000
commit2d5be982d386d844d0bf6c6c0e0e9483d797de8c (patch)
tree27ea8a0f9f934827aa58967de8bc6f8263a94867 /usr.sbin/sade/config.c
parent3b2c44be48c34cdc488bcf55cfc1f6f52ab7588e (diff)
downloadFreeBSD-src-2d5be982d386d844d0bf6c6c0e0e9483d797de8c.zip
FreeBSD-src-2d5be982d386d844d0bf6c6c0e0e9483d797de8c.tar.gz
Clean up several instances of SADE calling itself sysinstall.
(do so generically so the same set of changes can be applied to sysinstall)
Diffstat (limited to 'usr.sbin/sade/config.c')
-rw-r--r--usr.sbin/sade/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index b2a84f9..b4f755f 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -181,8 +181,8 @@ configFstab(dialogMenuItem *self)
return DITEM_SUCCESS;
else {
msgConfirm("Attempting to rebuild your /etc/fstab file. Warning: If you had\n"
- "any CD devices in use before running sysinstall then they may NOT\n"
- "be found by this run!");
+ "any CD devices in use before running %s then they may NOT\n"
+ "be found by this run!", StartName);
}
devs = deviceFind(NULL, DEVICE_TYPE_DISK);
OpenPOWER on IntegriCloud