FreeBSD Bugzilla – Attachment 200733 Details for
Bug 234586
www/foswiki: Add missing dependencies. Fix permissions and environment path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New pkg-install.in
pkg-install.in (text/plain), 393 bytes, created by
Please Delete
on 2019-01-02 23:32:09 UTC
(
hide
)
Description:
New pkg-install.in
Filename:
MIME Type:
Creator:
Please Delete
Created:
2019-01-02 23:32:09 UTC
Size:
393 bytes
patch
obsolete
>#!/bin/sh ># ># $FreeBSD: head/www/twiki/files/pkg-install.in 340719 2014-01-22 15:52:06Z mat $ ># > >FWDIR=%%FWDIR%% >WWWDIR=%%WWWDIR%% >WWWOWN=%%WWWOWN%% >WWWGRP=%%WWWGRP%% > >case $2 in > PRE-INSTALL) > ;; > POST-INSTALL) > chown -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/ > > cd ${WWWDIR} > sh tools/fix_file_permissions.sh > /dev/null 2>&1 > ;; > *) > echo "Unexpected Argument $2!!!" > exit 1 > ;; >esac >exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 234586
:
200727
|
200728
|
200729
|
200730
|
200731
|
200733
|
200759