From 9e9e0d35161449eb6816025aa597d101c6cc57cb Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 9 Feb 1999 22:18:10 +0000 Subject: Write changes out to /etc/rc.conf again; rc.conf.site is dead! --- usr.sbin/sade/system.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/sade/system.c') diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c index b34664c..d7f35ee 100644 --- a/usr.sbin/sade/system.c +++ b/usr.sbin/sade/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.87 1999/01/08 09:13:00 jkh Exp $ + * $Id: system.c,v 1.88 1999/02/05 22:15:52 jkh Exp $ * * Jordan Hubbard * @@ -150,7 +150,7 @@ systemShutdown(int status) mediaDevice->shutdown(mediaDevice); /* write out any changes to rc.conf .. */ - configRC_conf("/etc/rc.conf"); + configRC_conf(); /* Shut down the dialog library */ if (DialogActive) { -- cgit v1.1