LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   opening commands... (https://www.linuxquestions.org/questions/slackware-14/opening-commands-349490/)

Knowledgements 08-03-2005 03:51 AM

opening ..
 
hello ,

when my computer is opening it is automaticly starts mysql deamon
but i don't want to start that
?/
how can i do that??

gbonvehi 08-03-2005 04:35 AM

chmod -x /etc/rc.d/rc.mysqld

or use: pkgtools
and goto Setup -> services and deselect mysqld (it does the chmod thing but with a menu ;) )

The services at /etc/rc.d/ will run if they are executables and won't if they aren't, very simple setup.

keefaz 08-03-2005 04:35 AM

Code:

chmod -x /etc/rc.d/rc.mysqld
9 seconds too late :)

Knowledgements 08-03-2005 04:43 AM

yes , :)

in pkgtool where must i go ??
to change that??

to setup?

Knowledgements 08-03-2005 04:49 AM

oupss
soorry :)
i didn't realise :)

thanks gbonvehi


All times are GMT -5. The time now is 01:49 AM.