From owner-freebsd-ports Thu Nov 12 02:48:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA23260 for freebsd-ports-outgoing; Thu, 12 Nov 1998 02:48:51 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from penguin.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA23252 for ; Thu, 12 Nov 1998 02:48:49 -0800 (PST) (envelope-from martti.kuparinen@lmf.ericsson.se) Received: from lmf.lmf.ericsson.se (umail.lmf.ericsson.se [131.160.11.2]) by penguin.wise.edt.ericsson.se (8.9.0/8.9.0/WIREfire-1.2) with ESMTP id LAA24861 for ; Thu, 12 Nov 1998 11:48:29 +0100 (MET) Received: from tosb0323 by lmf.lmf.ericsson.se (8.8.8+Sun/SMI-SVR4) id MAA29948; Thu, 12 Nov 1998 12:48:26 +0200 (EET) Message-Id: <3.0.6.32.19981112124631.02e98a50@openmail.lmf.ericsson.se> X-Sender: lmfmara@openmail.lmf.ericsson.se X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 12 Nov 1998 12:46:31 +0200 To: ports@FreeBSD.ORG From: Martti Kuparinen Subject: rxvt does not update utmp - here is a patch Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The current version of rxvt is not configured to update the utmp and as a result some applications e.g. w and who can't show the current users. Below is a diff for /usr/ports/x11/rxvt/Makefile Martti *** Makefile.orig Thu Nov 12 12:30:03 1998 --- Makefile Thu Nov 12 12:27:32 1998 *************** *** 17,22 **** --- 17,27 ---- USE_X_PREFIX= yes GNU_CONFIGURE= yes + CONFIGURE_ARGS= --enable-utmp MAN1= rxvt.1 + + post-install: + chown root.wheel ${X11BASE}/bin/rxvt + chmod 4755 ${X11BASE}/bin/rxvt .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message