head	1.14;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.13
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.13
	RELEASE_5_3_0:1.13
	RELEASE_4_10_0:1.13
	RELEASE_5_2_1:1.13
	RELEASE_5_2_0:1.13
	RELEASE_4_9_0:1.13
	RELEASE_5_1_0:1.13
	RELEASE_4_8_0:1.13
	RELEASE_5_0_0:1.13
	RELEASE_4_7_0:1.13
	old_RELEASE_4_6_2:1.13
	old_RELEASE_4_6_1:1.13
	old_RELEASE_4_6_0:1.13
	old_RELEASE_5_0_DP1:1.13
	old_RELEASE_4_5_0:1.13
	old_RELEASE_4_4_0:1.13
	old_RELEASE_4_3_0:1.12
	old_RELEASE_4_2_0:1.12
	old_RELEASE_4_1_1:1.12
	old_RELEASE_4_1_0:1.12
	old_RELEASE_3_5_0:1.12
	old_RELEASE_4_0_0:1.12
	old_RELEASE_3_4_0:1.12
	old_RELEASE_3_3_0:1.11
	old_RELEASE_3_2_0:1.11
	old_RELEASE_3_1_0:1.10
	old_RELEASE_2_2_8:1.10
	old_RELEASE_3_0_0:1.10
	old_RELEASE_2_2_7:1.10
	old_RELEASE_2_2_6:1.10
	old_RELEASE_2_2_5:1.9
	old_RELEASE_2_2_1:1.9
	old_RELEASE_2_2_2:1.9
	old_wu-ftpd:1.1.1.1;
locks; strict;
comment	@# @;


1.14
date	2012.06.07.06.45.56;	author sumikawa;	state dead;
branches;
next	1.13;

1.13
date	2001.09.04.18.06.03;	author dwcjr;	state Exp;
branches;
next	1.12;

1.12
date	99.10.24.01.57.36;	author ache;	state Exp;
branches;
next	1.11;

1.11
date	99.04.07.11.08.53;	author ache;	state Exp;
branches;
next	1.10;

1.10
date	97.12.24.17.45.45;	author ache;	state Exp;
branches;
next	1.9;

1.9
date	97.01.30.17.00.44;	author ache;	state Exp;
branches;
next	1.8;

1.8
date	96.12.01.01.34.47;	author obrien;	state Exp;
branches;
next	1.7;

1.7
date	95.12.29.20.54.10;	author ache;	state Exp;
branches;
next	1.6;

1.6
date	95.10.13.00.36.30;	author gibbs;	state Exp;
branches;
next	1.5;

1.5
date	95.08.11.00.23.51;	author asami;	state Exp;
branches;
next	1.4;

1.4
date	95.08.08.11.05.42;	author asami;	state Exp;
branches;
next	1.3;

1.3
date	95.01.25.23.01.24;	author gpalmer;	state Exp;
branches;
next	1.2;

1.2
date	95.01.25.22.41.50;	author gpalmer;	state Exp;
branches;
next	1.1;

1.1
date	94.10.23.01.36.59;	author torstenb;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.10.23.01.37.00;	author torstenb;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Remove wu-ftpd+ipv6. The upstream disapear and distfile is no more available.
@
text
@--- makefiles/Makefile.fbs.orig	Sun Jul  2 00:56:26 2000
+++ makefiles/Makefile.fbs	Tue Sep  4 10:34:51 2001
@@@@ -24,19 +24,21 @@@@
 #
 
 DESTDIR=
-PREFIX=		/usr/local
+PREFIX?=        /usr/local
+
+ETCDIR=         ${DESTDIR}${PREFIX}/etc
 
 BINDIR=		${DESTDIR}${PREFIX}/bin
-BINOWN=		bin
-BINGRP=		bin
+BINOWN=		root
+BINGRP=		wheel
 
 SBINDIR=	${DESTDIR}${PREFIX}/libexec
-SBINOWN=	bin
-SBINGRP=	bin
+SBINOWN=	root
+SBINGRP=	wheel
 
 MANDIR=		${DESTDIR}${PREFIX}/man
-MANOWN=		bin
-MANGRP=		bin
+MANOWN=		root
+MANGRP=		wheel
 
 INSTALL=	install
 
@@@@ -52,14 +54,20 @@@@
 	@@if [ ! -e ${SBINDIR} ]; then \
 		${INSTALL} -o ${SBINOWN} -g ${SBINGRP} -m 755 -d ${SBINDIR} ; \
 	fi
-	${INSTALL} -c -o ${SBINOWN} -g ${SBINGRP} -m 110 bin/ftpd           ${SBINDIR}/in.ftpd
-	@@( cd ${SBINDIR} ; ln -s -f in.ftpd wu.ftpd   ; chown ${SBINOWN}.${SBINGRP} wu.ftpd   )
-	@@( cd ${SBINDIR} ; ln -s -f in.ftpd in.wuftpd ; chown ${SBINOWN}.${SBINGRP} in.wuftpd )
+	${INSTALL} -c -o ${SBINOWN} -g ${SBINGRP} -m 110 bin/ftpd           ${SBINDIR}/ftpd
+#	${INSTALL} -c -o ${SBINOWN} -g ${SBINGRP} -m 110 bin/ftpd           ${SBINDIR}/in.ftpd
+#	@@( cd ${SBINDIR} ; ln -s -f in.ftpd wu.ftpd   ; chown ${SBINOWN}.${SBINGRP} wu.ftpd   )
+#	@@( cd ${SBINDIR} ; ln -s -f in.ftpd in.wuftpd ; chown ${SBINOWN}.${SBINGRP} in.wuftpd )
 	${INSTALL} -c -o ${BINOWN}  -g ${BINGRP}  -m 111 bin/ftpshut        ${BINDIR}/ftpshut
 	${INSTALL} -c -o ${BINOWN}  -g ${BINGRP}  -m 111 bin/ftprestart     ${BINDIR}/ftprestart
 	${INSTALL} -c -o ${BINOWN}  -g ${BINGRP}  -m 111 bin/ftpcount       ${BINDIR}/ftpcount
 	${INSTALL} -c -o ${BINOWN}  -g ${BINGRP}  -m 111 bin/ftpwho         ${BINDIR}/ftpwho
 	${INSTALL} -c -o ${BINOWN}  -g ${BINGRP}  -m 111 bin/privatepw      ${BINDIR}/privatepw
+	${INSTALL} -c -o ${BINOWN}  -g ${BINGRP}  -m 644 doc/examples/ftpaccess ${ETCDIR}/ftpaccess.example
+	${INSTALL} -c -o ${BINOWN}  -g ${BINGRP}  -m 644 doc/examples/ftpusers ${ETCDIR}/ftpusers.example
+	${INSTALL} -c -o ${BINOWN}  -g ${BINGRP}  -m 644 doc/examples/ftpconversions ${ETCDIR}/ftpconversions.example
+	${INSTALL} -c -o ${BINOWN}  -g ${BINGRP}  -m 644 doc/examples/ftphosts ${ETCDIR}/ftphosts.example
+	${INSTALL} -c -o ${BINOWN}  -g ${BINGRP}  -m 644 doc/examples/ftpgroups ${ETCDIR}/ftpgroups.example
 	@@echo installing manpages.
 	@@if [ ! -e ${MANDIR}/man1 ]; then \
 		${INSTALL} -o ${MANOWN} -g ${MANGRP} -m 755 -d ${MANDIR}/man1 ; \
@@@@ -80,14 +88,14 @@@@
 	${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m 444 doc/ftpshut.8        ${MANDIR}/man8/ftpshut.8
 	${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m 444 doc/ftprestart.8     ${MANDIR}/man8/ftprestart.8
 	${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m 444 util/privatepw/privatepw.8 ${MANDIR}/man8/privatepw.8
-	@@echo Compressing manpages
-	gzip -f -9 ${MANDIR}/man1/ftpcount.1
-	gzip -f -9 ${MANDIR}/man1/ftpwho.1
-	gzip -f -9 ${MANDIR}/man5/ftpaccess.5
-	gzip -f -9 ${MANDIR}/man5/ftpconversions.5
-	gzip -f -9 ${MANDIR}/man5/ftphosts.5
-	gzip -f -9 ${MANDIR}/man5/xferlog.5
-	gzip -f -9 ${MANDIR}/man8/ftpd.8
-	gzip -f -9 ${MANDIR}/man8/ftpshut.8
-	gzip -f -9 ${MANDIR}/man8/ftprestart.8
-	gzip -f -9 ${MANDIR}/man8/privatepw.8
+#	@@echo Compressing manpages
+#	gzip -f -9 ${MANDIR}/man1/ftpcount.1
+#	gzip -f -9 ${MANDIR}/man1/ftpwho.1
+#	gzip -f -9 ${MANDIR}/man5/ftpaccess.5
+#	gzip -f -9 ${MANDIR}/man5/ftpconversions.5
+#	gzip -f -9 ${MANDIR}/man5/ftphosts.5
+#	gzip -f -9 ${MANDIR}/man5/xferlog.5
+#	gzip -f -9 ${MANDIR}/man8/ftpd.8
+#	gzip -f -9 ${MANDIR}/man8/ftpshut.8
+#	gzip -f -9 ${MANDIR}/man8/ftprestart.8
+#	gzip -f -9 ${MANDIR}/man8/privatepw.8
@


1.13
log
@Make wu-ftpd install with correct permissions

PR:		17313
Submitted by:	Dmitry Grigorovic
@
text
@@


1.12
log
@upgrade to 2.6.0

Submitted by:	Makoto MATSUSHITA <matusita@@jp.FreeBSD.org>
@
text
@d1 3
a3 3
--- makefiles/Makefile.fbs.orig	Mon Sep 20 06:21:11 1999
+++ makefiles/Makefile.fbs	Wed Oct 20 21:40:46 1999
@@@@ -24,7 +24,9 @@@@
d13 19
a31 1
 BINOWN=		bin
@


1.11
log
@upgrade to vr17
@
text
@d1 5
a5 3
--- makefiles/Makefile.fbs.orig	Tue Mar 30 05:31:40 1999
+++ makefiles/Makefile.fbs	Wed Apr  7 14:58:44 1999
@@@@ -1,5 +1,7 @@@@
d14 1
a14 1
@@@@ -27,12 +29,18 @@@@
d22 3
a24 3
+#        ${INSTALL} -c -o ${SBINOWN} -g ${SBINGRP} -m 110 bin/ftpd           ${SBINDIR}/in.ftpd
+#        @@( cd ${SBINDIR} ; ln -s -f in.ftpd wu.ftpd   ; chown ${SBINOWN}.${SBINGRP} wu.ftpd   )
+#        @@( cd ${SBINDIR} ; ln -s -f in.ftpd in.wuftpd ; chown ${SBINOWN}.${SBINGRP} in.wuftpd )
d26 1
d29 6
a34 5
+	$(INSTALL) -c -o ${BINOWN}  -g ${BINGRP}  -m 644 doc/examples/ftpaccess ${ETCDIR}/ftpaccess.example
+	$(INSTALL) -c -o ${BINOWN}  -g ${BINGRP}  -m 644 doc/examples/ftpusers ${ETCDIR}/ftpusers.example
+	$(INSTALL) -c -o ${BINOWN}  -g ${BINGRP}  -m 644 doc/examples/ftpconversions ${ETCDIR}/ftpconversions.example
+	$(INSTALL) -c -o ${BINOWN}  -g ${BINGRP}  -m 644 doc/examples/ftphosts ${ETCDIR}/ftphosts.example
+	$(INSTALL) -c -o ${BINOWN}  -g ${BINGRP}  -m 644 doc/examples/ftpgroups ${ETCDIR}/ftpgroups.example
d38 1
a38 3
@@@@ -51,12 +59,12 @@@@
 	fi
 	${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m 444 doc/ftpd.8           ${MANDIR}/man8/ftpd.8
d40 2
d51 13
a63 9
+#        @@echo Compressing manpages
+#        gzip -f -9 ${MANDIR}/man1/ftpcount.1
+#        gzip -f -9 ${MANDIR}/man1/ftpwho.1
+#        gzip -f -9 ${MANDIR}/man5/ftpaccess.5
+#        gzip -f -9 ${MANDIR}/man5/ftpconversions.5
+#        gzip -f -9 ${MANDIR}/man5/ftphosts.5
+#        gzip -f -9 ${MANDIR}/man5/xferlog.5
+#        gzip -f -9 ${MANDIR}/man8/ftpd.8
+#        gzip -f -9 ${MANDIR}/man8/ftpshut.8
@


1.10
log
@Upgrade to beta-16
@
text
@d1 55
a55 84
*** makefiles/Makefile.fbs.orig	Fri Dec 19 08:54:48 1997
--- makefiles/Makefile.fbs	Wed Dec 24 20:20:39 1997
***************
*** 1,7 ****
! PREFIX=		/usr/local
  BINDIR=		${PREFIX}/bin
! ETCDIR=		${PREFIX}/libexec
  MANDIR=		${PREFIX}/man
  MANEXT=		8
  INSTALL=	install
  
--- 1,8 ----
! PREFIX?=        /usr/local
  BINDIR=		${PREFIX}/bin
! ETCDIR=         ${PREFIX}/etc
  MANDIR=		${PREFIX}/man
+ LIBEXECDIR=     ${PREFIX}/libexec
  MANEXT=		8
  INSTALL=	install
  
***************
*** 10,26 ****
  	@@ echo 'You can say "build help" for details on how it works.'
  
  install: bin/ftpd bin/ftpcount bin/ftpshut
! 	-mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old
  	@@echo installing binaries.
! 	${INSTALL} -c -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd
  	${INSTALL} -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
  	${INSTALL} -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
  	${INSTALL} -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
  	install -c -o bin -g bin -m 755 bin/ckconfig ${BINDIR}/ftpckconfig
  	@@echo NOT Installing basic configuration
! #	install -c -o root -g bin -m 644 doc/examples/ftpaccess ${ETCDIR}/ftpaccess
! #	install -c -o root -g bin -m 644 doc/examples/ftpusers ${ETCDIR}/ftpusers
! #	install -c -o root -g bin -m 644 doc/examples/ftpconversions ${ETCDIR}/ftpconversions
  	@@echo installing manpages.
  	${INSTALL} -c -o bin -g bin -m 644 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
  	${INSTALL} -c -o bin -g bin -m 644 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
--- 11,27 ----
  	@@ echo 'You can say "build help" for details on how it works.'
  
  install: bin/ftpd bin/ftpcount bin/ftpshut
! 	-mv -f ${LIBEXECDIR}/ftpd ${LIBEXECDIR}/ftpd-old
  	@@echo installing binaries.
! 	${INSTALL} -c -o bin -g bin -m 755 bin/ftpd ${LIBEXECDIR}/ftpd
  	${INSTALL} -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
  	${INSTALL} -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
  	${INSTALL} -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
  	install -c -o bin -g bin -m 755 bin/ckconfig ${BINDIR}/ftpckconfig
  	@@echo NOT Installing basic configuration
! 	install -c -o root -g bin -m 644 doc/examples/ftpaccess ${ETCDIR}/ftpaccess.example
! 	install -c -o root -g bin -m 644 doc/examples/ftpusers ${ETCDIR}/ftpusers.example
! 	install -c -o root -g bin -m 644 doc/examples/ftpconversions ${ETCDIR}/ftpconversions.example
  	@@echo installing manpages.
  	${INSTALL} -c -o bin -g bin -m 644 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
  	${INSTALL} -c -o bin -g bin -m 644 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
***************
*** 30,41 ****
  	${INSTALL} -c -o bin -g bin -m 644 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
  	${INSTALL} -c -o bin -g bin -m 644 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
  	${INSTALL} -c -o bin -g bin -m 644 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
! 	@@echo Compressing manpages
! 	gzip -f -9 ${MANDIR}/man8/ftpd.8
! 	gzip -f -9 ${MANDIR}/man1/ftpcount.1
! 	gzip -f -9 ${MANDIR}/man1/ftpwho.1
! 	gzip -f -9 ${MANDIR}/man8/ftpshut.8
! 	gzip -f -9 ${MANDIR}/man5/ftpaccess.5
! 	gzip -f -9 ${MANDIR}/man5/ftphosts.5
! 	gzip -f -9 ${MANDIR}/man5/ftpconversions.5
! 	gzip -f -9 ${MANDIR}/man5/xferlog.5
--- 31,42 ----
  	${INSTALL} -c -o bin -g bin -m 644 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
  	${INSTALL} -c -o bin -g bin -m 644 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
  	${INSTALL} -c -o bin -g bin -m 644 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
! #       @@echo Compressing manpages
! #       gzip -f -9 ${MANDIR}/man8/ftpd.8
! #       gzip -f -9 ${MANDIR}/man1/ftpcount.1
! #       gzip -f -9 ${MANDIR}/man1/ftpwho.1
! #       gzip -f -9 ${MANDIR}/man8/ftpshut.8
! #       gzip -f -9 ${MANDIR}/man5/ftpaccess.5
! #       gzip -f -9 ${MANDIR}/man5/ftphosts.5
! #       gzip -f -9 ${MANDIR}/man5/ftpconversions.5
! #       gzip -f -9 ${MANDIR}/man5/xferlog.5
@


1.9
log
@Upgrade to Academ 2.4.2-beta-12 as recommended by AUSCERT security
advisory.

P.S. this version is much improved comparing to what we have previously,
f.e. it already contains most of our fixes.
@
text
@d1 2
a2 2
*** makefiles/Makefile.fbs.bak	Thu Jan 16 19:57:40 1997
--- makefiles/Makefile.fbs	Thu Jan 30 17:06:29 1997
d7 1
a7 1
  ETCDIR=		${PREFIX}/etc
d15 1
a15 1
  ETCDIR=		${PREFIX}/etc
d22 1
a22 1
*** 10,41 ****
d34 3
a36 3
! #	install -c -o root -g bin -m 755 doc/examples/ftpaccess ${ETCDIR}/ftpaccess
! #	install -c -o root -g bin -m 755 doc/examples/ftpusers ${ETCDIR}/ftpusers
! #	install -c -o root -g bin -m 755 doc/examples/ftpconversions ${ETCDIR}/ftpconversions
d38 3
a40 18
! 	${INSTALL} -c -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
! 	${INSTALL} -c -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
! 	${INSTALL} -c -o bin -g bin -m 755 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1
! 	${INSTALL} -c -o bin -g bin -m 755 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8
! 	${INSTALL} -c -o bin -g bin -m 755 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5
! 	${INSTALL} -c -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
! 	${INSTALL} -c -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
! 	${INSTALL} -c -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
! 	@@echo Compressing manpages
! 	gzip -f -9 ${MANDIR}/man8/ftpd.8
! 	gzip -f -9 ${MANDIR}/man1/ftpcount.1
! 	gzip -f -9 ${MANDIR}/man1/ftpwho.1
! 	gzip -f -9 ${MANDIR}/man8/ftpshut.8
! 	gzip -f -9 ${MANDIR}/man5/ftpaccess.5
! 	gzip -f -9 ${MANDIR}/man5/ftphosts.5
! 	gzip -f -9 ${MANDIR}/man5/ftpconversions.5
! 	gzip -f -9 ${MANDIR}/man5/xferlog.5
--- 11,42 ----
d52 3
a54 3
! 	install -c -o root -g bin -m 755 doc/examples/ftpaccess ${ETCDIR}/ftpaccess.example
! 	install -c -o root -g bin -m 755 doc/examples/ftpusers ${ETCDIR}/ftpusers.example
! 	install -c -o root -g bin -m 755 doc/examples/ftpconversions ${ETCDIR}/ftpconversions.example
d56 20
a75 8
! 	${INSTALL} -c -o bin -g bin -m 644 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
! 	${INSTALL} -c -o bin -g bin -m 644 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
! 	${INSTALL} -c -o bin -g bin -m 644 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1
! 	${INSTALL} -c -o bin -g bin -m 644 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8
! 	${INSTALL} -c -o bin -g bin -m 644 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5
! 	${INSTALL} -c -o bin -g bin -m 644 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
! 	${INSTALL} -c -o bin -g bin -m 644 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
! 	${INSTALL} -c -o bin -g bin -m 644 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
@


1.8
log
@Mode for non-executables is 644, not 755.
Compression of manpages should be dealt with in the FreeBSD port Makefile,
   not by patching the dist Makefile.  (more obvious to those looking at the
   port).
@
text
@d1 87
a87 51
--- Makefile.orig	Fri Apr  1 11:03:58 1994
+++ Makefile	Sat Nov 30 17:31:22 1996
@@@@ -1,25 +1,32 @@@@
-BINDIR=		/usr/local/bin
-ETCDIR=		/usr/local/etc
-MANDIR=		/usr/local/man
+BINDIR=		${PREFIX}/bin
+LIBEXECDIR=	${PREFIX}/libexec
+ETCDIR=		${PREFIX}/etc
+MANDIR=		${PREFIX}/man
 MANEXT=		8
 
 all:
+	/bin/sh build fb2
 	@@ echo 'Use the "build" command (shell script) to make ftpd.'
 	@@ echo 'You can say "build help" for details on how it works.'
 
 install: bin/ftpd bin/ftpcount bin/ftpshut
-	-mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old
+	-mv -f ${LIBEXECDIR}/ftpd ${LIBEXECDIR}/ftpd-old
 	@@echo Installing binaries.
-	install -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd
-	install -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
-	install -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
-	install -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
+	install -c -o bin -g bin -m 755 bin/ftpd ${LIBEXECDIR}/ftpd
+	install -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
+	install -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
+	install -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
+	install -c -o bin -g bin -m 755 bin/ckconfig ${BINDIR}/ftpckconfig
+	@@echo Installing basic configuration
+	install -c -o root -g bin -m 644 doc/examples/ftpaccess ${ETCDIR}/ftpaccess.example
+	install -c -o root -g bin -m 644 doc/examples/ftpusers ${ETCDIR}/ftpusers.example
+	install -c -o root -g bin -m 644 doc/examples/ftpconversions ${ETCDIR}/ftpconversions.example
 	@@echo Installing manpages.
-	install -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
-	install -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
-	install -o bin -g bin -m 755 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1
-	install -o bin -g bin -m 755 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8
-	install -o bin -g bin -m 755 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5
-	install -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
-	install -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
-	install -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
+	install -c -o bin -g bin -m 644 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
+	install -c -o bin -g bin -m 644 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
+	install -c -o bin -g bin -m 644 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1
+	install -c -o bin -g bin -m 644 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8
+	install -c -o bin -g bin -m 644 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5
+	install -c -o bin -g bin -m 644 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
+	install -c -o bin -g bin -m 644 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
+	install -c -o bin -g bin -m 644 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
@


1.7
log
@Do not clobber existen configuration
@
text
@d1 51
a51 71
*** Makefile.orig	Fri Apr  1 23:03:58 1994
--- Makefile	Fri Dec 29 23:51:30 1995
***************
*** 1,25 ****
! BINDIR=		/usr/local/bin
! ETCDIR=		/usr/local/etc
! MANDIR=		/usr/local/man
  MANEXT=		8
  
  all:
  	@@ echo 'Use the "build" command (shell script) to make ftpd.'
  	@@ echo 'You can say "build help" for details on how it works.'
  
  install: bin/ftpd bin/ftpcount bin/ftpshut
! 	-mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old
  	@@echo Installing binaries.
! 	install -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd
! 	install -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
! 	install -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
! 	install -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
  	@@echo Installing manpages.
! 	install -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
! 	install -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
! 	install -o bin -g bin -m 755 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1
! 	install -o bin -g bin -m 755 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8
! 	install -o bin -g bin -m 755 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5
! 	install -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
! 	install -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
! 	install -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
--- 1,41 ----
! BINDIR=		${PREFIX}/bin
! LIBEXECDIR=	${PREFIX}/libexec
! ETCDIR=		${PREFIX}/etc
! MANDIR=		${PREFIX}/man
  MANEXT=		8
  
  all:
+ 	/bin/sh build fb2
  	@@ echo 'Use the "build" command (shell script) to make ftpd.'
  	@@ echo 'You can say "build help" for details on how it works.'
  
  install: bin/ftpd bin/ftpcount bin/ftpshut
! 	-mv -f ${LIBEXECDIR}/ftpd ${LIBEXECDIR}/ftpd-old
  	@@echo Installing binaries.
! 	install -c -o bin -g bin -m 755 bin/ftpd ${LIBEXECDIR}/ftpd
! 	install -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
! 	install -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
! 	install -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
! 	install -c -o bin -g bin -m 755 bin/ckconfig ${BINDIR}/ftpckconfig
! 	@@echo Installing basic configuration
! 	install -c -o root -g bin -m 755 doc/examples/ftpaccess ${ETCDIR}/ftpaccess.example
! 	install -c -o root -g bin -m 755 doc/examples/ftpusers ${ETCDIR}/ftpusers.example
! 	install -c -o root -g bin -m 755 doc/examples/ftpconversions ${ETCDIR}/ftpconversions.example
  	@@echo Installing manpages.
! 	install -c -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
! 	install -c -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
! 	install -c -o bin -g bin -m 755 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1
! 	install -c -o bin -g bin -m 755 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8
! 	install -c -o bin -g bin -m 755 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5
! 	install -c -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
! 	install -c -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
! 	install -c -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
! 	@@echo Compressing manpages
! 	gzip -f -9 ${MANDIR}/man8/ftpd.8
! 	gzip -f -9 ${MANDIR}/man1/ftpcount.1
! 	gzip -f -9 ${MANDIR}/man1/ftpwho.1
! 	gzip -f -9 ${MANDIR}/man8/ftpshut.8
! 	gzip -f -9 ${MANDIR}/man5/ftpaccess.5
! 	gzip -f -9 ${MANDIR}/man5/ftphosts.5
! 	gzip -f -9 ${MANDIR}/man5/ftpconversions.5
! 	gzip -f -9 ${MANDIR}/man5/xferlog.5
@


1.6
log
@Backup last installed ftpd in LIBEXECDIR instead of ETCDIR.

Noticed By: Satoshi Asami <asami@@FreeBSD.org>
@
text
@d1 2
a2 2
*** Makefile.orig	Fri Apr  1 11:03:58 1994
--- Makefile	Thu Oct 12 17:31:47 1995
d51 3
a53 3
! 	install -c -o root -g bin -m 755 doc/examples/ftpaccess ${ETCDIR}/ftpaccess
! 	install -c -o root -g bin -m 755 doc/examples/ftpusers ${ETCDIR}/ftpusers
! 	install -c -o root -g bin -m 755 doc/examples/ftpconversions ${ETCDIR}/ftpconversions
@


1.5
log
@Submitted by:	Tom Samplonius <tom@@misery.sdf.com>

  I've made some changes to the wu-ftpd port.  Here's an overview of the
enclosed patches:

  patch-ab: replacement for patches/patch-ab to add install of basic
configuration files:  ftpaccess, ftpconversions, and ftpusers

  patch-ah: new patch to add some FreeBSD system users: toor, ingres, and
xten to the ftpusers file

  PLIST.diff: add the config files to the package

  DESCR.diff:  add a comment on location and purose of installed config
@
text
@d2 1
a2 1
--- Makefile	Tue Aug  8 20:40:20 1995
d15 1
a15 1
  	-mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old
d43 1
a43 1
  	-mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old
@


1.4
log
@Correct a few pathname problems.  In particular, put ftpd in libexec,
not etc.

Submitted by:	Tom Samplonius <tom@@misery.sdf.com>
@
text
@d2 1
a2 1
--- Makefile	Sun Aug  6 21:35:01 1995
d30 1
a30 1
--- 1,36 ----
d49 5
@


1.3
log
@Foo. Fix up support for compressed manpages
@
text
@d2 1
a2 1
--- Makefile	Wed Jan 25 14:58:44 1995
d30 1
a30 1
--- 1,35 ----
d32 1
d45 1
a45 1
! 	install -c -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd
@


1.2
log
@Finally get most of wu-ftpd working.

Changes:

- Use internal functions rather than libc versions in a couple of places
  This allows writing to dirs without read perms and the
  ftpconversions file to work.
- Fix up skey support to use correct parameters
- using compress in the ftpconversions file doesn't seem to work,
  so alter example ftpconversions file to use gzip -d rather than compress -dc
- Install manpages compressed

Still broken :

- using /bin/compress to compress/uncompress files on the fly
@
text
@d1 2
a2 2
*** Makefile.orig	Fri Apr  1 20:03:58 1994
--- Makefile	Wed Jan 25 21:12:08 1995
d58 8
a65 8
! 	gzip -9 ${MANDIR}/man8/ftpd.8
! 	gzip -9 ${MANDIR}/man1/ftpcount.1
! 	gzip -9 ${MANDIR}/man1/ftpwho.1
! 	gzip -9 ${MANDIR}/man8/ftpshut.8
! 	gzip -9 ${MANDIR}/man5/ftpaccess.5
! 	gzip -9 ${MANDIR}/man5/ftphosts.5
! 	gzip -9 ${MANDIR}/man5/ftpconversions.5
! 	gzip -9 ${MANDIR}/man5/xferlog.5
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** Makefile.orig	Fri Apr  1 21:03:58 1994
--- Makefile	Tue Oct 18 18:45:08 1994
d30 1
a30 1
--- 1,26 ----
d57 9
@


1.1.1.1
log
@Reviewed by:	
Submitted by:	
Obtained from:
wuarchive ftpd with skey support
@
text
@@
