forked from freebsd/freebsd-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sponsored by: The FreeBSD Foundation
- Loading branch information
gjb
authored and
gjb
committed
Jan 21, 2016
1 parent
9b15cd4
commit 11e00eb
Showing
11 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ PROG= rcp | |
SRCS= rcp.c util.c | ||
CFLAGS+=-DBINDIR=${BINDIR} | ||
|
||
PACKAGE=rcmds | ||
|
||
BINOWN= root | ||
BINMODE=4555 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
|
||
PROG= rlogind | ||
MAN= rlogind.8 | ||
PACKAGE=rcmds | ||
LIBADD= util | ||
WARNS?= 2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
PROG= rshd | ||
MAN= rshd.8 | ||
|
||
PACKAGE=rcmds | ||
|
||
WARNS?= 3 | ||
WFORMAT=0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name = "FreeBSD-%PKGNAME%" | ||
origin = "base" | ||
version = "%VERSION%" | ||
comment = "Remote Command Tools (debugging symbols)" | ||
categories = [ base ] | ||
maintainer = "[email protected]" | ||
www = "https://www.FreeBSD.org" | ||
prefix = "/" | ||
licenselogic = "single" | ||
licenses = [ BSD2CLAUSE ] | ||
desc = <<EOD | ||
%DESC% | ||
EOD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name = "FreeBSD-%PKGNAME%" | ||
origin = "base" | ||
version = "%VERSION%" | ||
comment = "Remote Command Tools" | ||
categories = [ base ] | ||
maintainer = "[email protected]" | ||
www = "https://www.FreeBSD.org" | ||
prefix = "/" | ||
licenselogic = "single" | ||
licenses = [ BSD2CLAUSE ] | ||
desc = <<EOD | ||
%DESC% | ||
EOD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
|
||
PROG= rlogin | ||
|
||
PACKAGE=rcmds | ||
|
||
BINOWN= root | ||
BINMODE=4555 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
PROG= rsh | ||
CFLAGS+=-I${.CURDIR}/../../libexec/rlogind | ||
|
||
PACKAGE=rcmds | ||
|
||
BINOWN= root | ||
BINMODE=4555 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,6 @@ | |
|
||
PROG= ruptime | ||
|
||
PACKAGE=rcmds | ||
|
||
.include <bsd.prog.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,6 @@ | |
|
||
PROG= rwho | ||
|
||
PACKAGE=rcmds | ||
|
||
.include <bsd.prog.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
PROG= rwhod | ||
MAN= rwhod.8 | ||
|
||
PACKAGE=rcmds | ||
|
||
WARNS?= 3 | ||
|
||
.include <bsd.prog.mk> |