diff options
author | simonb <simonb> | 2004-11-11 03:15:41 +0000 |
---|---|---|
committer | simonb <simonb> | 2004-11-11 03:15:41 +0000 |
commit | 257342d7918af526ea36f9d86d69065deaef8f51 (patch) | |
tree | 9458714d3e735677dc48482bd506f1df69ccbd2f /audio | |
parent | d9ef2ae02488b1492a70a1c65f8dfac68840ed85 (diff) | |
download | pkgsrc-257342d7918af526ea36f9d86d69065deaef8f51.tar.gz |
Add "KEYWORD: shutdown" so that mpd will save state across a reboot.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/files/mpd.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/files/mpd.sh b/audio/musicpd/files/mpd.sh index ccd4ca82d04..5b2a8b765d4 100644 --- a/audio/musicpd/files/mpd.sh +++ b/audio/musicpd/files/mpd.sh @@ -1,10 +1,11 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: mpd.sh,v 1.1.1.1 2004/04/30 10:48:21 grant Exp $ +# $NetBSD: mpd.sh,v 1.2 2004/11/11 03:15:41 simonb Exp $ # # PROVIDE: mpd # REQUIRE: DAEMON +# KEYWORD: shutdown . /etc/rc.subr |