#! /bin/sh # # $NetBSD: libwrap2netbsd,v 1.6 2008/05/29 14:51:25 mrg Exp $ # # Copyright (c) 1996 Matthew R. Green # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, # BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # libwrap2netbsd: convert a libwrap tcp_wrappers source tree into a # netbsd libwrap source tree, ready for importing. if [ $# -ne 2 ]; then echo "libwrap2netbsd src dest"; exit 1; fi r=$1 d=$2/libwrap echo preparing directory $d rm -rf $d mkdir -p $d # lame to have these files duplicated. but, what the hell. echo copying tree from $r into $d cd $r src='hosts_access.c options.c shell_cmd.c rfc931.c eval.c hosts_ctl.c refuse.c percent_x.c clean_exit.c fix_options.c socket.c workarounds.c update.c misc.c diag.c' man='hosts_access.3 hosts_access.5 hosts_options.5' inc='tcpd.h mystdarg.h' misc='DISCLAIMER' pax -rvw $src $man $inc $misc $d cd $d echo done exit 0 nu?showmsg=1'>gnu/dist/postfix/src/postalias
AgeCommit message (Collapse)Author
2009-06-23Remove Postfix 2.5.4 distribution.tron
2008-08-30import 2.5.4christos
2008-06-22import 2.5.2, requested by perry, approved by releng.christos
2007-05-19postfix 2.4.1heas
2007-02-05postfix 2.3.7rpaulo
2006-08-18remove unused files leftover from old postfix distribution whichdbj
now cause filename case conflicts on case insensitive filesystems.
2006-07-19postfix 2.3.0rpaulo
2005-08-18Import Postfix-2.2.5.rpaulo
2004-05-31Resolve import conflictsheas
2004-05-31Postfix 2.1.1heas
2004-04-27Postfix 2.1.0heas
2004-03-27Postfix 2.0.19heas
2003-03-08import postfix 2.0.6perry
2002-12-24import postfix 2.0.0.1perry
2002-02-02Postfix 1.1.2perry
(Postfix releases are now numbered -- 1.1.2 means 1.1, patchlevel 2.) Lots of new features, same great security.