summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/config.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-19 19:42:02 +0000
committerjkh <jkh@FreeBSD.org>1999-12-19 19:42:02 +0000
commit271f0764068406041889c807583b4ff7eeac4a68 (patch)
treea5aeff91fd590ec3536017e3a4268f6c45ad235e /usr.sbin/sade/config.c
parent606120b2a08656def2f79795f8ebfcf616c00e26 (diff)
downloadFreeBSD-src-271f0764068406041889c807583b4ff7eeac4a68.zip
FreeBSD-src-271f0764068406041889c807583b4ff7eeac4a68.tar.gz
Bah, I got the MFC and this commit backwards. :)
Diffstat (limited to 'usr.sbin/sade/config.c')
-rw-r--r--usr.sbin/sade/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index c4c241a..4dda1ac 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -590,7 +590,6 @@ tryagain:
vsystem("/sbin/ldconfig -m /usr/lib /usr/X11R6/lib /usr/local/lib /usr/lib/compat");
else
vsystem("/sbin/ldconfig /usr/lib /usr/X11R6/lib /usr/local/lib /usr/lib/compat");
- vsystem("/sbin/ldconfig -aout /usr/lib/compat/aout /usr/lib/aout /usr/X11R6/lib/aout /usr/local/lib/aout");
vsystem("/sbin/ifconfig lo0 127.0.0.1");
execfile = string_concat("/usr/X11R6/bin/", config);
if (file_executable(execfile)) {
OpenPOWER on IntegriCloud