From owner-cvs-usrbin Sun Sep 28 02:07:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA20551 for cvs-usrbin-outgoing; Sun, 28 Sep 1997 02:07:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA20490; Sun, 28 Sep 1997 02:07:28 -0700 (PDT) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA20435; Sun, 28 Sep 1997 02:02:17 -0700 (PDT) Date: Sun, 28 Sep 1997 02:02:17 -0700 (PDT) Message-Id: <199709280902.CAA20435@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/su Makefile su.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1997/09/28 02:02:16 PDT Modified files: usr.bin/su Makefile su.c Log: Changes for KTH KerberosIV. Quieten -Wall a bit. From Joe Traister: The previous patch did not propogate the KRBTKFILE environment variable into the new environment when -l is given to su, making it impossible for kdestroy to find the ticket file. This patch corrects that problem as well as the original segfault problem. (Fixes PR 3903) Revision Changes Path 1.15 +2 -2 src/usr.bin/su/Makefile 1.23 +20 -9 src/usr.bin/su/su.c