Date: Sun, 2 May 1999 02:36:24 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/atrun atrun.man src/libexec/bootpd bootpd.c src/libexec/bootpd/bootpgw bootpgw.c src/libexec/bootpd/tools/bootpef bootpef.c src/libexec/bootpd/tools/bootptest bootptest.c src/libexec/fingerd Makefile fingerd.c ... Message-ID: <199905020936.CAA85159@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1999/05/02 02:36:24 PDT Modified files: (Branch: RELENG_3) libexec/atrun atrun.man libexec/bootpd bootpd.c libexec/bootpd/bootpgw bootpgw.c libexec/bootpd/tools/bootpef bootpef.c libexec/bootpd/tools/bootptest bootptest.c libexec/fingerd Makefile fingerd.c libexec/ftpd ftpd.c libexec/getty gettytab.5 gettytab.h init.c main.c libexec/rbootd conf.c rbootd.c libexec/rexecd Makefile rexecd.c libexec/rlogind rlogind.c libexec/rshd rshd.c libexec/rtld-elf Makefile rtld.c rtld.h libexec/rtld-elf/alpha reloc.c rtld_machdep.h libexec/rtld-elf/i386 reloc.c rtld_machdep.h libexec/talkd talkd.c libexec/telnetd sys_term.c telnetd.c libexec/tftpd Makefile tftpd.c libexec/uucpd uucpd.c libexec/xtend xtend.8 Log: MFC: Use realhostname() and trimdomain(). main() returns int Silence egcs (yeah, I know....) Reprompt if given an empty login name in uucpd Correct errno handling in uucpd. Revision Changes Path 1.5.2.2 +1 -1 src/libexec/atrun/atrun.man 1.10.2.1 +7 -4 src/libexec/bootpd/bootpd.c 1.2.2.1 +2 -1 src/libexec/bootpd/bootpgw/bootpgw.c 1.4.2.1 +3 -2 src/libexec/bootpd/tools/bootpef/bootpef.c 1.5.2.1 +2 -2 src/libexec/bootpd/tools/bootptest/bootptest.c 1.5.2.1 +3 -1 src/libexec/fingerd/Makefile 1.11.2.1 +6 -9 src/libexec/fingerd/fingerd.c 1.52.2.1 +6 -10 src/libexec/ftpd/ftpd.c 1.18.2.2 +1 -1 src/libexec/getty/gettytab.5 1.8.2.2 +1 -1 src/libexec/getty/gettytab.h 1.9.2.2 +1 -1 src/libexec/getty/init.c 1.23.2.3 +3 -2 src/libexec/getty/main.c 1.3.2.1 +2 -2 src/libexec/rbootd/conf.c 1.9.2.1 +3 -3 src/libexec/rbootd/rbootd.c 1.8.2.1 +3 -3 src/libexec/rexecd/Makefile 1.15.2.1 +4 -6 src/libexec/rexecd/rexecd.c 1.20.2.1 +6 -30 src/libexec/rlogind/rlogind.c 1.23.2.1 +17 -46 src/libexec/rshd/rshd.c 1.4.2.3 +1 -1 src/libexec/rtld-elf/Makefile 1.13.2.9 +1 -1 src/libexec/rtld-elf/rtld.c 1.5.2.2 +0 -0 src/libexec/rtld-elf/rtld.h 1.3.2.2 +0 -0 src/libexec/rtld-elf/alpha/reloc.c 1.1.2.2 +0 -0 src/libexec/rtld-elf/alpha/rtld_machdep.h 1.1.2.2 +0 -0 src/libexec/rtld-elf/i386/reloc.c 1.1.2.2 +0 -0 src/libexec/rtld-elf/i386/rtld_machdep.h 1.9.2.1 +4 -3 src/libexec/talkd/talkd.c 1.20.2.1 +1 -2 src/libexec/telnetd/sys_term.c 1.15.2.1 +21 -25 src/libexec/telnetd/telnetd.c 1.5.2.1 +3 -1 src/libexec/tftpd/Makefile 1.12.2.1 +7 -18 src/libexec/tftpd/tftpd.c 1.15.2.1 +16 -26 src/libexec/uucpd/uucpd.c 1.9.2.2 +1 -1 src/libexec/xtend/xtend.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905020936.CAA85159>