561d6fe9bc
PLIST and remove remove everything under the @sample'd directory instead of the directory itself to prevent a warning from pkg_delete(1) trying to remove a non existing directory and to help preventing left-over files and directories.
28 lines
698 B
Plaintext
28 lines
698 B
Plaintext
@comment $OpenBSD: PLIST,v 1.8 2011/05/11 06:22:16 ajacoutot Exp $
|
|
@newgroup _mpd:560
|
|
@newuser _mpd:560:560:daemon:Music Player Daemon:/var/empty:/sbin/nologin
|
|
@extraunexec rm -rf /var/log/mpd/*
|
|
@extraunexec find /var/spool/mpd \! -name playlists -mindepth 1 -exec rm -rf "{}" \;
|
|
@man man/man1/mpd.1
|
|
@man man/man5/mpd.conf.5
|
|
@bin sbin/mpd
|
|
share/doc/mpd/
|
|
share/doc/mpd/AUTHORS
|
|
share/doc/mpd/COPYING
|
|
share/doc/mpd/NEWS
|
|
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/
|
|
@mode
|
|
@owner
|
|
@group
|
|
@rcscript ${RCDIR}/mpd
|