summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/config.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-08-07 12:48:17 +0000
committerrwatson <rwatson@FreeBSD.org>2001-08-07 12:48:17 +0000
commit23649632acf1d0172ff4febcdaa430b36bc48350 (patch)
treea91c060c3679490bfd3bae223a6a5c44f4a83f70 /usr.sbin/sysinstall/config.c
parent4aa9864c7b04a9f6e3909ff8028ce60c5f5f5821 (diff)
downloadFreeBSD-src-23649632acf1d0172ff4febcdaa430b36bc48350.zip
FreeBSD-src-23649632acf1d0172ff4febcdaa430b36bc48350.tar.gz
In preparation for MFC of sysinstall changes to edit /etc/ttys in
post-install config, reduce the potential confusion from the existence of both configTTYs and configTtys by renaming configTTYs to configEtcTtys. While this is not a C naming conflict, it was probably a poor choice of names on my part.
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 f50c75c..3a83157 100644
--- a/usr.sbin/sysinstall/config.c
+++ b/usr.sbin/sysinstall/config.c
@@ -1031,7 +1031,7 @@ configNFSServer(dialogMenuItem *self)
}
int
-configTTYs(dialogMenuItem *self)
+configEtcTtys(dialogMenuItem *self)
{
char cmd[256];
OpenPOWER on IntegriCloud