diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-05 20:33:38 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-05 20:33:38 +0000 |
commit | 79e88221c8f68c39499af517de97d1ab88f8f913 (patch) | |
tree | aad67c104c795b24b8f103bf97f3567b7967b5a0 | |
parent | security/zeronet: Unbreak the non-tor mode because it tries to write the file... (diff) |
x11/rstart: Deprecate and set expiration
Deprecate x11/rstart and set an expration date. This app has been
deprecated in favor of X11 forwarding in SSH.
Sponsored by: B3 Init
Notes
Notes:
svn path=/head/; revision=508210
-rw-r--r-- | x11/rstart/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/rstart/Makefile b/x11/rstart/Makefile index b05393a0f589..2bf71e489bb0 100644 --- a/x11/rstart/Makefile +++ b/x11/rstart/Makefile @@ -7,6 +7,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Sample implementation of a Remote Start client +DEPRECATED= Deprecated in favor of X11 forwarding over SSH +EXPIRATION_DATE=2019-10-01 + XORG_CAT= app USE_XORG= x11 |