Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137997484
D50143.id154855.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D50143.id154855.diff
View Options
diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile
--- a/libexec/rpc.rstatd/Makefile
+++ b/libexec/rpc.rstatd/Makefile
@@ -1,6 +1,7 @@
-PROG = rpc.rstatd
-SRCS = rstatd.c rstat_proc.c
-MAN = rpc.rstatd.8
+PACKAGE= rcmds
+PROG= rpc.rstatd
+SRCS= rstatd.c rstat_proc.c
+MAN= rpc.rstatd.8
LIBADD= rpcsvc devstat
diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile
--- a/libexec/rpc.rusersd/Makefile
+++ b/libexec/rpc.rusersd/Makefile
@@ -1,6 +1,7 @@
-PROG = rpc.rusersd
-SRCS = rusersd.c rusers_proc.c extern.h
-MAN = rpc.rusersd.8
+PACKAGE= rcmds
+PROG= rpc.rusersd
+SRCS= rusersd.c rusers_proc.c extern.h
+MAN= rpc.rusersd.8
LIBADD= rpcsvc
diff --git a/libexec/rpc.rwalld/Makefile b/libexec/rpc.rwalld/Makefile
--- a/libexec/rpc.rwalld/Makefile
+++ b/libexec/rpc.rwalld/Makefile
@@ -1,6 +1,7 @@
-PROG = rpc.rwalld
-SRCS = rwalld.c
-MAN = rpc.rwalld.8
+PACKAGE= rcmds
+PROG= rpc.rwalld
+SRCS= rwalld.c
+MAN= rpc.rwalld.8
LIBADD= util
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -136,8 +136,12 @@
periodic_DESC= Periodic Utility
rc_COMMENT= RC Scripts
rc_DESC= RC Scripts
-rcmds_COMMENT= Remote Command Utilities
-rcmds_DESC= Remote Command Utilities
+rcmds_COMMENT= BSD/SunOS remote status commands
+rcmds_DESC=\
+The BSD/SunOS remote status commands, which can be used to query or interact\
+with remote hosts over the network. This includes the command-line utilities\
+rwho, ruptime, rup, rusers and rwall and the daemons rwhod, rpc.rstatd,\
+rpc.rusersd, and rpc.rwalld.
rdma_COMMENT= RDMA Utilities
rdma_DESC= RDMA Utilities
rescue_COMMENT= Rescue Utilities
diff --git a/release/packages/generate-ucl.sh b/release/packages/generate-ucl.sh
--- a/release/packages/generate-ucl.sh
+++ b/release/packages/generate-ucl.sh
@@ -43,6 +43,10 @@
periodic)
pkgdeps="cron"
;;
+ rcmds)
+ # the RPC daemons require rpcbind
+ pkgdeps="utilities"
+ ;;
# -dev packages that have no corresponding non-dev package
# as a dependency.
diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile
--- a/usr.bin/rup/Makefile
+++ b/usr.bin/rup/Makefile
@@ -1,3 +1,4 @@
+PACKAGE= rcmds
PROG= rup
LIBADD= rpcsvc
diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile
--- a/usr.bin/rusers/Makefile
+++ b/usr.bin/rusers/Makefile
@@ -1,4 +1,5 @@
-PROG = rusers
+PACKAGE= rcmds
+PROG= rusers
LIBADD= rpcsvc
diff --git a/usr.bin/rwall/Makefile b/usr.bin/rwall/Makefile
--- a/usr.bin/rwall/Makefile
+++ b/usr.bin/rwall/Makefile
@@ -1,3 +1,4 @@
-PROG = rwall
+PACKAGE= rcmds
+PROG= rwall
.include <bsd.prog.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 29, 12:24 AM (19 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26309634
Default Alt Text
D50143.id154855.diff (2 KB)
Attached To
Mode
D50143: move the SunOS r-commands into the rcmds package
Attached
Detach File
Event Timeline
Log In to Comment