mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Change samba default config Some fixes for mpfire git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@998 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
15 lines
278 B
Bash
15 lines
278 B
Bash
#!/bin/bash
|
|
. /opt/pakfire/lib/functions.sh
|
|
|
|
stop_service ${NAME}
|
|
make_backup ${NAME}
|
|
rm /etc/rc.d/rc3.d/S65mpd
|
|
rm /etc/rc.d/rc0.d/K35mpd
|
|
rm /etc/rc.d/rc6.d/K35mpd
|
|
rm /etc/init.d/mpd
|
|
rm /var/ipfire/mpfire/mpd.conf
|
|
rm /etc/mpd.conf
|
|
rm /var/log/mpd.error.log
|
|
rm /var/log/mpd.log
|
|
|