mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
e0b2c29572
PR: 21510 Submitted by: Dan Peterson <danp@danp.net>
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
--- hier.c.orig Sat Sep 23 17:37:08 2000
|
|
+++ hier.c Sat Sep 23 17:37:52 2000
|
|
@@ -2,7 +2,7 @@
|
|
|
|
void hier()
|
|
{
|
|
- c("/","etc","dnsroots.global",-1,-1,0644);
|
|
+ c(auto_home,"etc","dnsroots.global",-1,-1,0644);
|
|
|
|
h(auto_home,-1,-1,02755);
|
|
d(auto_home,"bin",-1,-1,02755);
|