summaryrefslogtreecommitdiffstats
path: root/kscd/kscd-script
diff options
context:
space:
mode:
Diffstat (limited to 'kscd/kscd-script')
-rwxr-xr-xkscd/kscd-script32
1 files changed, 0 insertions, 32 deletions
diff --git a/kscd/kscd-script b/kscd/kscd-script
index 89146f7c..27de2d26 100755
--- a/kscd/kscd-script
+++ b/kscd/kscd-script
@@ -51,7 +51,6 @@ echo " Sun ........................ S"
echo " HPUX ....................... H"
echo " Irix ....................... I"
echo " Sony NEWS .................. N"
-echo " OSF/1 ...................... O"
echo " Ultrix ..................... U"
echo " Generic SVR4 (not Sun) ..... V"
echo
@@ -661,36 +660,6 @@ echo "#endif /* ultrix */" >> $config_file
}
-osf_conf(){
-
-clear
-echo "KSCD configuration for OSF systems"
-echo "----------------------------------"
-echo
-
-give_instructions
-write_config_header
-
-echo "" >> config_file
-echo "#if defined(__osf__)" >> $config_file
-
-echo "Nothing to be done for OSF. The CD device should be automatically detected."
-echo "If you have trouble look at plat_osf1.c and let me know what needs to be"
-echo "changed."
-
-echo ""
-echo $ac_n "Press [Enter] to continue.$ac_c"
-read dummy
-
-echo "" >> $config_file
-echo "#endif /* osf */" >> $config_file
-echo "" >> $config_file
-
-#endif
-
-
-}
-
generic_svr_conf(){
clear
@@ -751,7 +720,6 @@ s|S) sun_conf;;
h|H) hp_conf;;
i|I) irix_conf;;
n|N) sony_conf;;
-o|O) osf_conf;;
u|U) ultrix_conf;;
v|V) generic_svr_conf;;
*) linux_conf;;