summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-10 17:11:37 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-10 17:11:37 +0000
commit1ad93dab7d59cd9353105e363db4709897c404d2 (patch)
tree7ae23223f24774cc0b13d74e04bf202351b71ee0
parentfdf813ce7a57711eb587a18e93944134e442019a (diff)
downloadanaconda-1ad93dab7d59cd9353105e363db4709897c404d2.tar.gz
anaconda-1ad93dab7d59cd9353105e363db4709897c404d2.tar.xz
anaconda-1ad93dab7d59cd9353105e363db4709897c404d2.zip
symlink joe dir so that jmacs and jpico work
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 89baa5b99..e697f61de 100755
--- a/anaconda
+++ b/anaconda
@@ -568,7 +568,7 @@ configFile = configFileData.configFileData()
configFileData = configFile.getConfigData()
# setup links required for all install types
-for i in ( "services", "protocol", "nsswitch.conf"):
+for i in ( "services", "protocol", "nsswitch.conf", "joe"):
try:
os.symlink ("../mnt/runtime/etc/" + i, "/etc/" + i)
except: