summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2014-08-23 15:07:09 +0000
committerdes <des@FreeBSD.org>2014-08-23 15:07:09 +0000
commitbee605bad28d58f69b83b3197efb0bd49b38de99 (patch)
tree8ad688a070f734274fed524743035eeef206cc8b /libexec
parentc292e79d2c6a817f69e22a3b00711683db25f2df (diff)
downloadFreeBSD-src-bee605bad28d58f69b83b3197efb0bd49b38de99.zip
FreeBSD-src-bee605bad28d58f69b83b3197efb0bd49b38de99.tar.gz
MFH (r263160): remove lukemftpd
Diffstat (limited to 'libexec')
-rw-r--r--libexec/lukemftpd/Makefile60
-rw-r--r--libexec/lukemftpd/config.h303
-rw-r--r--libexec/lukemftpd/nbsd2fbsd.h35
-rw-r--r--libexec/lukemftpd/nbsd_pidfile.h30
-rw-r--r--libexec/lukemftpd/util.h3
5 files changed, 0 insertions, 431 deletions
diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile
deleted file mode 100644
index 8ef420d..0000000
--- a/libexec/lukemftpd/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# @(#)Makefile 8.2 (Berkeley) 4/4/94
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-LUKEMFTPD= ${.CURDIR}/../../contrib/lukemftpd
-.PATH: ${LUKEMFTPD}/src ${LUKEMFTPD}/libnetbsd
-
-PROG= lukemftpd
-MAN= lukemftpd.8 ftpd.conf.5 ftpusers.5
-MLINKS= ftpusers.5 ftpchroot.5
-SRCS= cmds.c conf.c ftpd.c ftpcmd.y popen.c
-SRCS+= strsuftoll.c
-
-WFORMAT= 0
-
-.if ${MK_INET6_SUPPORT} != "no"
-CFLAGS+= -DINET6
-.endif
-
-CFLAGS+= -include nbsd2fbsd.h
-CFLAGS+= -I${.CURDIR} -I${LUKEMFTPD} -I${LUKEMFTPD}/src
-CFLAGS+= -I${.CURDIR}/../../lib/libc/stdtime
-YFLAGS=
-
-LDADD= -lcrypt -lutil
-DPADD= ${LIBCRYPT} ${LIBUTIL}
-
-LSDIR= ../../bin/ls
-.PATH: ${.CURDIR}/${LSDIR}
-SRCS+= ls-unmain.c cmp.c print.c util.c
-CFLAGS+=-I${.CURDIR}/${LSDIR}
-DPADD+= ${LIBM}
-LDADD+= -lm
-
-CFLAGS+= -DUSE_OPIE -DLOGIN_CAP
-DPADD+= ${LIBOPIE} ${LIBMD}
-LDADD+= -lopie -lmd
-
-.if ${MK_PAM_SUPPORT} != "no"
-CFLAGS+= -DUSE_PAM
-DPADD+= ${LIBPAM}
-LDADD+= ${MINUSLPAM}
-.endif
-
-CLEANFILES+= ls-unmain.c
-ls-unmain.c: ls.c
- sed -e 's/^main(/ls_main(/g' -e 's,extern.h,${LSDIR}/extern.h,' \
- ${.ALLSRC} > ${.TARGET}
-
-ftpd.o ftpcmd.o: version.h
-
-lukemftpd.8: ftpd.8
- ln -sf ${.ALLSRC} ${.TARGET}
-
-CLEANFILES+= lukemftpd.8
-
-.include <bsd.prog.mk>
-
-${OBJS}: ${.CURDIR}/nbsd2fbsd.h
diff --git a/libexec/lukemftpd/config.h b/libexec/lukemftpd/config.h
deleted file mode 100644
index 0d4566a..0000000
--- a/libexec/lukemftpd/config.h
+++ /dev/null
@@ -1,303 +0,0 @@
-/* $FreeBSD$ */
-
-
-/* config.h. Generated automatically by configure. */
-/* config.h.in. Generated automatically from configure.in by autoheader. */
-/* $Id: config.h.in,v 1.6 2004/08/10 00:40:22 lukem Exp $ */
-
-
-/* Define if the closedir function returns void instead of int. */
-/* #undef CLOSEDIR_VOID */
-
-/* Define to empty if the keyword does not work. */
-/* #undef const */
-
-/* Define if your C compiler doesn't accept -c and -o together. */
-/* #undef NO_MINUS_C_MINUS_O */
-
-/* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
-/* #undef F77_NO_MINUS_C_MINUS_O */
-
-/* Define to `long' if <sys/types.h> doesn't define. */
-/* #undef off_t */
-
-/* Define to the type of arg1 for select(). */
-/* #undef SELECT_TYPE_ARG1 */
-
-/* Define to the type of args 2, 3 and 4 for select(). */
-/* #undef SELECT_TYPE_ARG234 */
-
-/* Define to the type of arg5 for select(). */
-/* #undef SELECT_TYPE_ARG5 */
-
-/* Define if you have the ANSI C header files. */
-#define STDC_HEADERS 1
-
-/* Define if you can safely include both <sys/time.h> and <time.h>. */
-#define TIME_WITH_SYS_TIME 1
-
-/* Define if the closedir function returns void instead of int. */
-/* #undef VOID_CLOSEDIR */
-
-/* The number of bytes in a off_t. */
-#define SIZEOF_OFF_T 0
-
-/* Define if you have the err function. */
-#define HAVE_ERR 1
-
-/* Define if you have the fgetln function. */
-#define HAVE_FGETLN 1
-
-/* Define if you have the flock function. */
-#define HAVE_FLOCK 1
-
-/* Define if you have the fparseln function. */
-#define HAVE_FPARSELN 1
-
-/* Define if you have the fts_open function. */
-#define HAVE_FTS_OPEN 1
-
-/* Define if you have the getaddrinfo function. */
-#define HAVE_GETADDRINFO 1
-
-/* Define if you have the getgrouplist function. */
-#define HAVE_GETGROUPLIST 1
-
-/* Define if you have the getnameinfo function. */
-#define HAVE_GETNAMEINFO 1
-
-/* Define if you have the getspnam function. */
-/* #undef HAVE_GETSPNAM */
-
-/* Define if you have the getusershell function. */
-#define HAVE_GETUSERSHELL 1
-
-/* Define if you have the inet_net_pton function. */
-#define HAVE_INET_NET_PTON 1
-
-/* Define if you have the inet_ntop function. */
-#define HAVE_INET_NTOP 1
-
-/* Define if you have the inet_pton function. */
-#define HAVE_INET_PTON 1
-
-/* Define if you have the lockf function. */
-#define HAVE_LOCKF 1
-
-/* Define if you have the mkstemp function. */
-#define HAVE_MKSTEMP 1
-
-/* Define if you have the setegid function. */
-#define HAVE_SETEGID 1
-
-/* Define if you have the seteuid function. */
-#define HAVE_SETEUID 1
-
-/* Define if you have the setlogin function. */
-#define HAVE_SETLOGIN 1
-
-/* Define if you have the setproctitle function. */
-#define HAVE_SETPROCTITLE 1
-
-/* Define if you have the setresgid function. */
-#define HAVE_SETRESGID 1
-
-/* Define if you have the setresuid function. */
-#define HAVE_SETRESUID 1
-
-/* Define if you have the sl_init function. */
-#define HAVE_SL_INIT 1
-
-/* Define if you have the snprintf function. */
-#define HAVE_SNPRINTF 1
-
-/* Define if you have the strdup function. */
-#define HAVE_STRDUP 1
-
-/* Define if you have the strerror function. */
-#define HAVE_STRERROR 1
-
-/* Define if you have the strlcat function. */
-#define HAVE_STRLCAT 1
-
-/* Define if you have the strlcpy function. */
-#define HAVE_STRLCPY 1
-
-/* Define if you have the strmode function. */
-#define HAVE_STRMODE 1
-
-/* Define if you have the strsep function. */
-#define HAVE_STRSEP 1
-
-/* Define if you have the strsuftollx function. */
-/* #undef HAVE_STRSUFTOLLX */
-
-/* Define if you have the strtoll function. */
-#define HAVE_STRTOLL 1
-
-/* Define if you have the user_from_uid function. */
-#define HAVE_USER_FROM_UID 1
-
-/* Define if you have the usleep function. */
-#define HAVE_USLEEP 1
-
-/* Define if you have the vfork function. */
-#define HAVE_VFORK 1
-
-/* Define if you have the vsyslog function. */
-#define HAVE_VSYSLOG 1
-
-/* Define if you have the <arpa/nameser.h> header file. */
-#define HAVE_ARPA_NAMESER_H 1
-
-/* Define if you have the <dirent.h> header file. */
-#define HAVE_DIRENT_H 1
-
-/* Define if you have the <err.h> header file. */
-#define HAVE_ERR_H 1
-
-/* Define if you have the <fts.h> header file. */
-#define HAVE_FTS_H 1
-
-/* Define if you have the <libutil.h> header file. */
-#define HAVE_LIBUTIL_H 1
-
-/* Define if you have the <ndir.h> header file. */
-/* #undef HAVE_NDIR_H */
-
-/* Define if you have the <paths.h> header file. */
-#define HAVE_PATHS_H 1
-
-/* Define if you have the <sys/dir.h> header file. */
-#define HAVE_SYS_DIR_H 1
-
-/* Define if you have the <sys/ndir.h> header file. */
-/* #undef HAVE_SYS_NDIR_H */
-
-/* Define if you have the <sys/sysmacros.h> header file. */
-/* #undef HAVE_SYS_SYSMACROS_H */
-
-/* Define if you have the <util.h> header file. */
-/* #undef HAVE_UTIL_H */
-
-/* Define if you have the crypt library (-lcrypt). */
-#define HAVE_LIBCRYPT 1
-
-/* Define if you have the nsl library (-lnsl). */
-/* #undef HAVE_LIBNSL */
-
-/* Define if you have the skey library (-lskey). */
-/* #undef HAVE_LIBSKEY */
-
-/* Define if you have the socket library (-lsocket). */
-/* #undef HAVE_LIBSOCKET */
-
-/* Define if you have the util library (-lutil). */
-#define HAVE_LIBUTIL 1
-
-/* Define if your compiler supports `long long' */
-#define HAVE_LONG_LONG 1
-
-/* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
-#define HAVE_PRINTF_QD 1
-
-/* Define if in_port_t exists */
-#define HAVE_IN_PORT_T 1
-
-/* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
-#define HAVE_SOCKADDR_SA_LEN 1
-
-/* Define if socklen_t exists */
-#define HAVE_SOCKLEN_T 1
-
-/* Define if AF_INET6 exists in <sys/socket.h> */
-#define HAVE_AF_INET6 1
-
-/* Define if `struct sockaddr_in6' exists in <netinet/in.h> */
-#define HAVE_SOCKADDR_IN6 1
-
-/* Define if `struct addrinfo' exists in <netdb.h> */
-#define HAVE_ADDRINFO 1
-
-/*
- * Define if <netdb.h> contains AI_NUMERICHOST et al.
- * Systems which only implement RFC2133 will need this.
- */
-#define HAVE_RFC2553_NETDB 1
-
-/* Define if `struct direct' has a d_namlen element */
-#define HAVE_D_NAMLEN 1
-
-/* Define if struct passwd.pw_expire exists. */
-#define HAVE_PW_EXPIRE 1
-
-/* Define if GLOB_BRACE, gl_path and gl_match exist in <glob.h> */
-#define HAVE_WORKING_GLOB 1
-
-/* Define if crypt() is declared in <unistd.h> */
-#define HAVE_CRYPT_D 1
-
-/* Define if fclose() is declared in <stdio.h> */
-#define HAVE_FCLOSE_D 1
-
-/* Define if FNM_CASEFOLD is declared in <fnmatch.h> */
-#define HAVE_FNM_CASEFOLD 1
-
-/* Define if optarg is declared in <stdlib.h> or <unistd.h> */
-#define HAVE_OPTARG_D 1
-
-/* Define if optind is declared in <stdlib.h> or <unistd.h> */
-#define HAVE_OPTIND_D 1
-
-/* Define if optreset exists */
-#define HAVE_OPTRESET 1
-
-/* Define if pclose() is declared in <stdio.h> */
-#define HAVE_PCLOSE_D 1
-
-/* Define if getusershell() is declared in <unistd.h> */
-#define HAVE_GETUSERSHELL_D 1
-
-/* Define if `long long' is supported and sizeof(off_t) >= 8 */
-/* #undef HAVE_WORKING_LONG_LONG */
-#define HAVE_QUAD_SUPPORT 1
-
-/* Define if not using in-built /bin/ls code */
-/* #undef NO_INTERNAL_LS */
-
-#include <sys/param.h>
-#if __FreeBSD_version <= 500020
-/* Define if using S/Key */
-#define SKEY 1
-#endif
-
-/*
- * Define this if compiling with SOCKS (the firewall traversal library).
- * Also, you must define connect, getsockname, bind, accept, listen, and
- * select to their R-versions.
- */
-/* #undef SOCKS */
-/* #undef SOCKS4 */
-/* #undef SOCKS5 */
-/* #undef connect */
-/* #undef getsockname */
-/* #undef bind */
-/* #undef accept */
-/* #undef listen */
-/* #undef select */
-/* #undef dup */
-/* #undef dup2 */
-/* #undef fclose */
-/* #undef gethostbyname */
-/* #undef getpeername */
-/* #undef read */
-/* #undef recv */
-/* #undef recvfrom */
-/* #undef rresvport */
-/* #undef send */
-/* #undef sendto */
-/* #undef shutdown */
-/* #undef write */
-
-/* Define if you have the <arpa/ftp.h> header file. */
-#define HAVE_FTP_NAMES 1
diff --git a/libexec/lukemftpd/nbsd2fbsd.h b/libexec/lukemftpd/nbsd2fbsd.h
deleted file mode 100644
index ac09bdf..0000000
--- a/libexec/lukemftpd/nbsd2fbsd.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/* $FreeBSD$ */
-
-/* XXX: Depend on our system headers protecting against multiple includes. */
-#include <paths.h>
-#undef _PATH_FTPUSERS
-
-#include <pwd.h>
-
-#define _DIAGASSERT(x)
-
-#include <sys/_types.h>
-#ifndef _SIZE_T_DECLARED
-typedef __size_t size_t;
-#define _SIZE_T_DECLARED
-#endif
-long long strsuftollx(const char *, const char *,
- long long, long long, char *, size_t);
-
-/*
- * IEEE Std 1003.1c-95, adopted in X/Open CAE Specification Issue 5 Version 2
- */
-#if __POSIX_VISIBLE >= 199506 || __XSI_VISIBLE >= 500
-#define LOGIN_NAME_MAX MAXLOGNAME /* max login name length (incl. NUL) */
-#endif
-
-/* NetBSD pwd.h */
-#define _PASSWORD_CHGNOW -1 /* special day to force password
- * change at next login */
-
-/* Need this for some LOGIN_CAP functionality NetBSD has doesn't have
- the infastructure for. */
-#define notyet
-/* Need this for some USE_PAM functionality NetBSD has doesn't have
- the infastructure for. */
-#define notdef
diff --git a/libexec/lukemftpd/nbsd_pidfile.h b/libexec/lukemftpd/nbsd_pidfile.h
deleted file mode 100644
index 5348770..0000000
--- a/libexec/lukemftpd/nbsd_pidfile.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* $FreeBSD$ */
-
-#include <sys/stdint.h>
-#include <sysexits.h>
-
-static int
-pidfile(const char *basename)
-{
- struct pidfh *pfh;
- pid_t otherpid, childpid;
-
- if (basename != NULL) {
- errx(EX_USAGE, "Need to implement NetBSD semantics.");
- }
-
- pfh = pidfile_open(basename, 0644, &otherpid);
- if (pfh == NULL) {
- if (errno == EEXIST) {
- errx(EXIT_FAILURE, "Daemon already running, pid: %jd.",
- (intmax_t)otherpid);
- }
- /* If we cannot create pidfile from other reasons, only warn. */
- warn("Cannot open or create pidfile");
- return -1;
- }
-
- pidfile_write(pfh);
- pidfile_close(pfh);
- return 0;
-}
diff --git a/libexec/lukemftpd/util.h b/libexec/lukemftpd/util.h
deleted file mode 100644
index 91ce241..0000000
--- a/libexec/lukemftpd/util.h
+++ /dev/null
@@ -1,3 +0,0 @@
-/* $FreeBSD$ */
-
-#include <libutil.h>
OpenPOWER on IntegriCloud