1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Don't change ownership/permission of system directories

This commit is contained in:
Kris Kennaway 2002-10-28 00:16:26 +00:00
parent d371ccd448
commit 82baedfd33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68981
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- src/server/Makefile.orig Sun Oct 27 16:12:09 2002
+++ src/server/Makefile Sun Oct 27 16:12:18 2002
@@ -34,7 +34,6 @@
all: ../../bin/smsd ../../bin/snppd
install: ../../bin/smsd ../../bin/snppd
- $(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -d $(BINDIR)
$(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -s ../../bin/smsd $(BINDIR)
$(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -s ../../bin/snppd $(BINDIR)

View File

@ -0,0 +1,10 @@
--- docs/Makefile.orig Sun Oct 27 16:13:24 2002
+++ docs/Makefile Sun Oct 27 16:13:28 2002
@@ -35,7 +35,6 @@
$(CP) sms_client.man sms_client.$(MANEXT)
install: sms_client.$(MANEXT)
- $(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -d $(MANDIR)/man$(MANEXT)
$(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 644 sms_client.$(MANEXT) $(MANDIR)/man$(MANEXT)
uninstall:

View File

@ -0,0 +1,10 @@
--- ./src/queue/Makefile.orig Sun Oct 27 16:16:10 2002
+++ ./src/queue/Makefile Sun Oct 27 16:16:16 2002
@@ -35,7 +35,6 @@
all: ../../bin/sms_queue
install: ../../bin/sms_queue
- $(INSTALL) -m 755 -d $(BINDIR)
$(INSTALL) -s -o $(SMSUSER) -g $(SMSGROUP) -m 755 ../../bin/sms_queue $(BINDIR)
uninstall:

View File

@ -0,0 +1,10 @@
--- ./src/client/Makefile.orig Sun Oct 27 16:15:43 2002
+++ ./src/client/Makefile Sun Oct 27 16:15:48 2002
@@ -35,7 +35,6 @@
all: ../../bin/sms_client ../../bin/sms_address
install: ../../bin/sms_client ../../bin/sms_address
- $(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -d $(BINDIR)
$(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -s ../../bin/sms_client $(BINDIR)
$(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -s ../../bin/sms_address $(BINDIR)