Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 1998 12:46:31 +0200
From:      Martti Kuparinen <martti.kuparinen@lmf.ericsson.se>
To:        ports@FreeBSD.ORG
Subject:   rxvt does not update utmp - here is a patch
Message-ID:  <3.0.6.32.19981112124631.02e98a50@openmail.lmf.ericsson.se>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.6.32.19981112124631.02e98a50>