head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2008.06.25.02.52.33;	author beech;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Update to 2.0

Added file(s):
- files/patch-Makefile
- files/smbftpd.sh.in

PR:		ports/124363
Submitted by:	Jui-Nan Lin <jnlin@@csie.nctu.edu.tw> (maintainer)
@
text
@--- Makefile.orig	2008-05-17 11:33:53.160728999 +0800
+++ Makefile	2008-05-17 11:34:04.012697489 +0800
@@@@ -126,15 +126,3 @@@@
 		install -c -m 400 cert/conf/ssl.key/server.key $(CONFIGDIR)/ssl.key/;\
 	fi;
 
-	@@if [ "$(OSTYPE)" = "FreeBSD" ]; then \
-		echo "install -c -m 755 os/FreeBSD/smbftpd.sh $(PREFIX)/etc/rc.d/"; \
-		[ -d $(PREFIX)/etc/rc.d ] || install -d $(PREFIX)/etc/rc.d; \
-		install -c -m 755 os/FreeBSD/smbftpd.sh $(PREFIX)/etc/rc.d/; \
-	elif [ "$(OSTYPE)" = "linux" ]; then \
-		if [ ! -f /etc/pam.d/ftpd ]; then       \
-			echo "install install -c -m 644 os/linux/ftpd.pam /etc/pam.d/ftpd"; \
-			install -c -m 644 os/linux/ftpd.pam /etc/pam.d/ftpd;    \
-		fi;     \
-	fi;
-
-
@
