mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Hands off my /usr/src and /usr/obj! If they are symlinks (since they are
hard coded into too many things), it's not nice to go and change /home/src etc. This means they will be created if missing (so it shouldn't break the releases), but won't touch them once they are changed.
This commit is contained in:
parent
7840cfdd8b
commit
cdf9b8e566
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: BSD.usr.dist,v 1.112 1998/04/13 21:44:46 wosch Exp $
|
||||
# $Id: BSD.usr.dist,v 1.113 1998/05/26 20:12:46 sos Exp $
|
||||
#
|
||||
|
||||
/set type=dir uname=bin gname=bin mode=0755
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
..
|
||||
mdec
|
||||
..
|
||||
obj
|
||||
obj nochange
|
||||
..
|
||||
sbin
|
||||
..
|
||||
|
|
@ -600,6 +600,6 @@
|
|||
..
|
||||
..
|
||||
..
|
||||
src mode=0755
|
||||
src mode=0755 nochange
|
||||
..
|
||||
..
|
||||
|
|
|
|||
Loading…
Reference in a new issue