1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
ports/net/ssvnc/files/patch-wr__tool
Jason E. Hale 3d8ce639bb Remove nonexistent -t option from call to netstat(1) [1]
Convert to options helpers
Install everything with BSD_INSTALL_* instead of cp to set
correct permissions and strip binaries
Pet portlint and stage-qa

PR:		213490 [1]
Submitted by:	G. Paul Ziemba <p-fbsd-bugs@ziemba.us> [1]
2016-12-09 15:41:00 +00:00

8 lines
160 B
Text

--- wr_tool.orig 2008-08-29 12:58:03 UTC
+++ wr_tool
@@ -6,4 +6,4 @@ cat > $wr <<END
UNAME=.; export UNAME
exec $cmd "\$@"
END
-chmod 755 $wr
+chmod 555 $wr