From owner-svn-ports-head@freebsd.org Wed Jan 8 21:30:14 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8FBE71FB9C9; Wed, 8 Jan 2020 21:30:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tMpt3HsCz4BD4; Wed, 8 Jan 2020 21:30:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [79.143.240.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 50579E251; Wed, 8 Jan 2020 21:30:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:6482:56f3:dadd:4ab6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id 0F1A6942D81; Wed, 8 Jan 2020 21:30:12 +0000 (UTC) Date: Wed, 8 Jan 2020 22:30:11 +0100 From: Mathieu Arnold To: Chris Rees Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r522434 - in head/x11/xdm: . files Message-ID: <20200108213011.wwejvsuqbxf7uxxi@atuin.in.mat.cc> References: <202001081629.008GT8a2037256@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tjkeu3e2ucsc7oox" Content-Disposition: inline In-Reply-To: <202001081629.008GT8a2037256@repo.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 21:30:14 -0000 --tjkeu3e2ucsc7oox Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 08, 2020 at 04:29:08PM +0000, Chris Rees wrote: > Author: crees > Date: Wed Jan 8 16:29:07 2020 > New Revision: 522434 > URL: https://svnweb.freebsd.org/changeset/ports/522434 >=20 > Log: > Add simple rc script for xdm. > =20 > All of the other display managers have one, and it saves user > confusion to have this method available too. You forgot to bump PORTREVISION. > =20 > PR: ports/225985 > Submitted by: edmonddantes@gmx.us (based on) >=20 > Added: > head/x11/xdm/files/xdm.in (contents, props changed) > Modified: > head/x11/xdm/Makefile >=20 > Modified: head/x11/xdm/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/x11/xdm/Makefile Wed Jan 8 16:22:09 2020 (r522433) > +++ head/x11/xdm/Makefile Wed Jan 8 16:29:07 2020 (r522434) > @@ -14,6 +14,7 @@ LICENSE_FILE=3D ${WRKSRC}/COPYING > USES=3D cpe libtool xorg xorg-cat:app > USE_LDCONFIG=3D yes > USE_XORG=3D x11 xau xaw xdmcp xext xinerama xmu xpm xrender xt > +USE_RC_SUBR=3D xdm > CPE_PRODUCT=3D x_display_manager > CPE_VENDOR=3D x > =20 >=20 > Added: head/x11/xdm/files/xdm.in > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/x11/xdm/files/xdm.in Wed Jan 8 16:29:07 2020 (r522434) > @@ -0,0 +1,30 @@ > +#!/bin/sh > + > +# $FreeBSD$ > +# > +# PROVIDE: xdm > +# REQUIRE: LOGIN moused > +# KEYWORD: nojail shutdown > +# > +# Add the following line to /etc/rc.conf to enable xdm: > +# xdm_enable=3D"YES" > +# > +# Alternatively, edit /etc/ttys and change the line below > +# ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure > +# to this: > +# ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure > + > +. /etc/rc.subr > + > +name=3D"xdm" > +rcvar=3Dxdm_enable > +desc=3D"X.org X display manager" > + > +load_rc_config $name > + > +: ${xdm_enable:=3DNO} > + > +command=3D%%PREFIX%%/bin/$name > +pidfile=3D/var/run/$name.pid > + > +run_rc_command $1 >=20 --=20 Mathieu Arnold --tjkeu3e2ucsc7oox Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAl4WSeNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkiYOhAAh7qqCSxmeNgAZ5EBFjDcdUeBrZO5+vD8AhTGMElWMD9f/msEQd/Cs/Cg 3I40sB1XzCHbUisJKRRkuX8DZs9ZbI4kcnppiAd8r/j20zcdlSReZx8DXaVJm+7K QZ3FNG95YZNMhFnOacQiyjxkgnZ8X0fGm1gVGm13INErKYC12Yfl+Sd8x9d3kVzC UQ1UupDWU+V98OxY8MT8YcWT3v9Lv2w5L6OdzHnc/Ou7nZPvi1ZadwmsfPZ7F/2O z/Pb5NnDA3jPRFceXJ5g4DwepModzNnXX4hLh1PDRhDX3bqOHOWHPRZDzRcnYnZG oIsN9MPKigRFOr6IBw65wAqKccGHmnfNJx6mplOh/dfX4PepoCf6vcasUAfjYFs/ WT5APsepgxWPNJGQHcQhPtMhwmIS475YbBgFOAKpNQQA+t9ckUYJS1J+MRr0dut/ Kp4FAgkpTKc8BRDegTi7D9c5I7jAqcUm2SdyeCTX2wLnRisW6ADfy/k01quNN4kr ZQoWi2DMtjeeoh7F4n5B7ecWX/6kP+Vk8BI/hD3WF8vfFRJ+r7lZ+XitQ8y6hg10 h+AzEW6tj7oaXfINylpBWFWvIyCznKZFW3MrMzsvMiHmlxS6n03g43J84FFCpiLw C8TxAF0TyEOKLc1Lvqu29gIqhGB2botrABTlSeBKhmZ8odWajVw= =PKK/ -----END PGP SIGNATURE----- --tjkeu3e2ucsc7oox--