From 2d5be982d386d844d0bf6c6c0e0e9483d797de8c Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 11 May 2008 07:13:08 +0000 Subject: Clean up several instances of SADE calling itself sysinstall. (do so generically so the same set of changes can be applied to sysinstall) --- usr.sbin/sade/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/sade/config.c') 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); -- cgit v1.1