pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/bugzilla
Module Name: pkgsrc
Committed By: mef
Date: Sun Mar 19 12:52:58 UTC 2017
Added Files:
pkgsrc/devel/bugzilla: INSTALL
Log Message:
Added Missing file with previous commit, INSTALL, sorry
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/bugzilla/INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/bugzilla/INSTALL
diff -u /dev/null pkgsrc/devel/bugzilla/INSTALL:1.1
--- /dev/null Sun Mar 19 12:52:58 2017
+++ pkgsrc/devel/bugzilla/INSTALL Sun Mar 19 12:52:57 2017
@@ -0,0 +1,16 @@
+#!@SH@
+#
+# $NetBSD: INSTALL,v 1.1 2017/03/19 12:52:57 mef Exp $
+
+WWWGRP="@WWWGRP@"
+WWWOWN="@WWWOWN@"
+BZDIR="@BZDIR@"
+
+case "${STAGE}" in
+POST-INSTALL)
+ cd ${BZDIR} &&
+ ${CHOWN} -R ${WWWOWN} ${BZDIR} &&
+ ${CHGRP} -R ${WWWGRP} ${BZDIR} &&
+ ${CHMOD} 0755 ${BZDIR}
+ ;;
+esac
Home |
Main Index |
Thread Index |
Old Index