Der logwatch.

Gnump-Fix.
mpd-restart-Script.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@885 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-09-11 17:10:49 +00:00
parent 85cedd09d4
commit dc64838a70
3 changed files with 10 additions and 4 deletions

View File

@@ -294,7 +294,7 @@ usr/lib/perl5/5.8.8/Net/servent.pm
usr/lib/perl5/5.8.8/PerlIO.pm
#usr/lib/perl5/5.8.8/PerlIO/via
usr/lib/perl5/5.8.8/PerlIO/via/QuotedPrint.pm
#usr/lib/perl5/5.8.8/Pod
usr/lib/perl5/5.8.8/Pod
#usr/lib/perl5/5.8.8/Pod/Checker.pm
#usr/lib/perl5/5.8.8/Pod/Find.pm
#usr/lib/perl5/5.8.8/Pod/Functions.pm

View File

@@ -95,7 +95,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
-mkdir -p /var/cache/logwatch
-mkdir -p /var/log/logwatch
chmod 755 /var/cache/logwatch
chmod -v 755 /var/cache/logwatch
-rm -rf /etc/logwatch/conf
ln -vsf /usr/share/logwatch/default.config /etc/logwatch/config
@rm -rf $(DIR_APP)
@$(POSTBUILD)

View File

@@ -23,9 +23,13 @@ case "$1" in
status)
statusproc /usr/bin/mpd
;;
restart)
$0 stop
sleep 3
$0 start
;;
*)
echo "Usage: $0 (start|stop|status)"
echo "Usage: $0 (start|stop|restart|status)"
exit 1
;;
esac