22 lines
606 B
Plaintext
22 lines
606 B
Plaintext
@comment $OpenBSD: PLIST,v 1.3 2006/11/05 14:42:56 bernd Exp $
|
|
@newgroup _mpd:560
|
|
@newuser _mpd:560:560:daemon:Music Player Daemon:/var/empty:/sbin/nologin
|
|
@man man/man1/mpd.1
|
|
@man man/man5/mpd.conf.5
|
|
sbin/mpd
|
|
share/doc/mpd/
|
|
share/doc/mpd/COMMANDS
|
|
share/doc/mpd/README
|
|
share/doc/mpd/UPGRADING
|
|
share/examples/mpd/
|
|
share/examples/mpd/mpd.conf
|
|
@sample ${SYSCONFDIR}/mpd.conf
|
|
@mode 770
|
|
@owner _mpd
|
|
@group _mpd
|
|
@sample /var/log/mpd/
|
|
@sample /var/spool/mpd/
|
|
@sample /var/spool/mpd/playlists/
|
|
@extraunexec rm -rf /var/log/mpd/*
|
|
@extraunexec find /var/spool/mpd \! -name playlists -mindepth 1 -exec rm -rf "{}" \;
|