mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
Don't change the modes of ${PREFIX} and ${PREFIX}/bin.
This commit is contained in:
parent
84363b0498
commit
a23f924327
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123644
1 changed files with 13 additions and 0 deletions
13
sysutils/service-config/files/patch-hier.c
Normal file
13
sysutils/service-config/files/patch-hier.c
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- hier.c.orig Fri Dec 10 09:39:48 2004
|
||||||
|
+++ hier.c Fri Dec 10 09:39:55 2004
|
||||||
|
@@ -2,8 +2,10 @@
|
||||||
|
|
||||||
|
void hier()
|
||||||
|
{
|
||||||
|
+ /*
|
||||||
|
h(auto_home,-1,-1,02755);
|
||||||
|
d(auto_home,"bin",-1,-1,02755);
|
||||||
|
+ */
|
||||||
|
|
||||||
|
c(auto_home,"bin","ipc-config",-1,-1,0755);
|
||||||
|
c(auto_home,"bin","ipcx-config",-1,-1,0755);
|
Loading…
Add table
Reference in a new issue