Date: Mon, 8 Feb 2021 14:12:52 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564705 - in head/x11/slim: . files Message-ID: <202102081412.118ECq6t086897@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Feb 8 14:12:52 2021 New Revision: 564705 URL: https://svnweb.freebsd.org/changeset/ports/564705 Log: drop hald from rc script, not necessary since X does not depend anymore on hald Modified: head/x11/slim/Makefile head/x11/slim/files/slim.in Modified: head/x11/slim/Makefile ============================================================================== --- head/x11/slim/Makefile Mon Feb 8 14:11:36 2021 (r564704) +++ head/x11/slim/Makefile Mon Feb 8 14:12:52 2021 (r564705) @@ -3,7 +3,7 @@ PORTNAME= slim PORTVERSION= 1.3.6 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= x11 MASTER_SITES= ftp://ftp.berlios.de/pub/slim/ \ SF/slim.berlios Modified: head/x11/slim/files/slim.in ============================================================================== --- head/x11/slim/files/slim.in Mon Feb 8 14:11:36 2021 (r564704) +++ head/x11/slim/files/slim.in Mon Feb 8 14:12:52 2021 (r564705) @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: slim -# REQUIRE: LOGIN dbus hald +# REQUIRE: LOGIN dbus # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable slim:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102081412.118ECq6t086897>