What is an alternative to OPENSUSE /etc/config.sys/ on LINUX MINT or UBUNTU?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Do you mean /etc/sysconfig? Because according to the documentation, /etc/sysconfig is sort of a catch-all system configuration location that's unique to SuSE. Kind of like how /etc/rc.conf is (sort of) unique to Arch. Ubuntu's system configuration is spread across many files and directories in /etc. Really though, if there is something that you want to tweak that you're unsure about, I guarantee you're not the first person to do it--community documentation is your friend.

link|improve this answer
Namely, I wanted to add a new Apache module in /etc/config.sys/apache2 file. The tutorial I took, has all the stuff written for OpenSuSE. I will refer to documentation, thanks – digitalez Dec 21 '11 at 0:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.