From owner-freebsd-bugs Fri Feb 9 11:40:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05242 for bugs-outgoing; Fri, 9 Feb 1996 11:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05218 Fri, 9 Feb 1996 11:40:02 -0800 (PST) Resent-Date: Fri, 9 Feb 1996 11:40:02 -0800 (PST) Resent-Message-Id: <199602091940.LAA05218@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:"from methan.chemie.fu-berlin.de (methan.chemie.fu-berlin.de [130.133.2.81]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA04817 for" ; Fri, 9 Feb 1996 11:32:04.-0800 (PST) Received: by methan.chemie.fu-berlin.de (Smail3.1.29.1) from hal.in-berlin.de with gsmtp id ; Fri, 9 Feb 96 20:31 MET Received: by hal.in-berlin.de (Smail3.1.29.1 #1) id m0tkyVE-000BCiC; Fri, 9 Feb 96 20:29 MET Message-Id: Date: Fri, 9 Feb 96 20:29 MET From: dirk@hal.IN-Berlin.DE (Dirk Froemberg) To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1011: usr.sbin/sup/supfilesrv does not compile Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1011 >Category: bin >Synopsis: usr.sbin/sup/supfilesrv does not compile >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 9 11:40:01 PST 1996 >Last-Modified: >Originator: Dirk Froemberg >Organization: >Release: FreeBSD 2.1-STABLE i386 >Environment: FreeBSD 2.1-STABLE i386 as of Feb 9 (up to CTM-piece src-2.1.0031.gz) usr.sbin/sup just commited >Description: usr.sbin/sup/supfilesrv does not compile because setproctitle() is unknown to the linker >How-To-Repeat: cd usr.sbin/sup/supfilesrv ; make all >Fix: Perhaps it is time to bring setproctitle() to one of the libs. Code could be taken from libexec/ftpd/ftpd.c Workaround: *** usr.sbin/sup/supfilesrv/supfilesrv.c.dist Fri Feb 9 19:51:07 1996 --- usr.sbin/sup/supfilesrv/supfilesrv.c Fri Feb 9 20:13:54 1996 *************** *** 849,856 **** #endif if (release == NULL) release = salloc (DEFRELEASE); ! setproctitle("supfilesrv: serving %s/%s to %s", ! collname, release, remotehost()); if (basedir == NULL || *basedir == '\0') { basedir = NULL; (void) sprintf (buf,FILEDIRS,DEFDIR); --- 849,856 ---- #endif if (release == NULL) release = salloc (DEFRELEASE); ! /* setproctitle("supfilesrv: serving %s/%s to %s", ! collname, release, remotehost()); */ if (basedir == NULL || *basedir == '\0') { basedir = NULL; (void) sprintf (buf,FILEDIRS,DEFDIR); >Audit-Trail: >Unformatted: