pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/musicpd/files



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Tue Dec  5 13:05:23 UTC 2023

Modified Files:
        pkgsrc/audio/musicpd/files: mpd.sh

Log Message:
musicpd: Make mpd.sh working with pkgtools/rc.subr in unprivileged


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/musicpd/files/mpd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/musicpd/files/mpd.sh
diff -u pkgsrc/audio/musicpd/files/mpd.sh:1.2 pkgsrc/audio/musicpd/files/mpd.sh:1.3
--- pkgsrc/audio/musicpd/files/mpd.sh:1.2       Thu Nov 11 03:15:41 2004
+++ pkgsrc/audio/musicpd/files/mpd.sh   Tue Dec  5 13:05:23 2023
@@ -1,13 +1,13 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: mpd.sh,v 1.2 2004/11/11 03:15:41 simonb Exp $
+# $NetBSD: mpd.sh,v 1.3 2023/12/05 13:05:23 triaxx Exp $
 #
 
 # PROVIDE: mpd
 # REQUIRE: DAEMON
 # KEYWORD: shutdown
 
-. /etc/rc.subr
+$_rc_subr_loaded . @SYSCONFBASE@/rc.subr
 
 name="mpd"
 rcvar=$name



Home | Main Index | Thread Index | Old Index