diff options
Diffstat (limited to 'package')
423 files changed, 135 insertions, 1280 deletions
diff --git a/package/6tunnel/Makefile b/package/6tunnel/Makefile index 993b9b164..b67753a9a 100644 --- a/package/6tunnel/Makefile +++ b/package/6tunnel/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/Config.in b/package/Config.in index d8b1e1d2e..24aa8a510 100644 --- a/package/Config.in +++ b/package/Config.in @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. @@ -205,8 +203,6 @@ menu "IPv6" depends ADK_IPV6 source "package/6tunnel/Config.in" source "package/aiccu/Config.in" -# timeb.h / dn_comp issues -#source "package/dhcpv6/Config.in" source "package/miredo/Config.in" source "package/mrd6/Config.in" source "package/ndisc/Config.in" @@ -291,7 +287,8 @@ source "package/rtorrent/Config.in" endmenu menu "PPP / PPTP / RADIUS" -source "package/freeradius/Config.in" +source "package/freeradius-client/Config.in" +source "package/freeradius-server/Config.in" source "package/ppp/Config.in" source "package/pptp/Config.in" source "package/pptpd/Config.in" @@ -425,7 +422,6 @@ source "package/popt/Config.in" # libpopt source "package/postgresql/Config.in" # libpq source "package/libpthread/Config.in" source "package/libthread_db/Config.in" -source "package/radiusclient-ng/Config.in" #libradiusclient-ng source "package/readline/Config.in" # libreadline source "package/cyrus-sasl/Config.in" # libsasl2 source "package/speex/Config.in" # libspeex diff --git a/package/Depends.mk b/package/Depends.mk index 5b50f0c2a..6e0983a17 100644 --- a/package/Depends.mk +++ b/package/Depends.mk @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. @@ -261,15 +259,16 @@ asterisk-compile: sqlite-compile endif -freeradius-compile: libtool-compile openssl-compile +freeradius-client-compile: openssl-compile +freeradius-server-compile: libtool-compile openssl-compile ifneq ($(ADK_PACKAGE_FREERADIUS_MOD_LDAP),) -freeradius-compile: openldap-compile +freeradius-server-compile: openldap-compile endif ifneq ($(ADK_PACKAGE_FREERADIUS_MOD_SQL_MYSQL),) -freeradius-compile: mysql-compile +freeradius-server-compile: mysql-compile endif ifneq ($(ADK_PACKAGE_FREERADIUS_MOD_SQL_PGSQL),) -freeradius-compile: postgresql-compile +freeradius-server-compile: postgresql-compile endif hostapd-compile: libnl-compile openssl-compile diff --git a/package/Makefile b/package/Makefile index 85e840fd9..968357339 100644 --- a/package/Makefile +++ b/package/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. @@ -66,7 +64,6 @@ package-$(ADK_PACKAGE_DECO) += deco package-$(ADK_PACKAGE_DEVICE_MAPPER) += device-mapper package-$(ADK_COMPILE_DHCP) += dhcp package-$(ADK_PACKAGE_DHCP_FORWARDER) += dhcp-forwarder -package-$(ADK_COMPILE_DHCPV6) += dhcpv6 package-$(ADK_PACKAGE_DIGITEMP) += digitemp package-$(ADK_PACKAGE_DNSMASQ) += dnsmasq package-$(ADK_PACKAGE_DOSFSTOOLS) += dosfstools @@ -96,7 +93,8 @@ package-$(ADK_PACKAGE_FONTCACHEPROTO) += fontcacheproto package-$(ADK_PACKAGE_FPING) += fping package-$(ADK_PACKAGE_FPROBE) += fprobe package-$(ADK_PACKAGE_FPROBE_ULOG) += fprobe-ulog -package-$(ADK_PACKAGE_FREERADIUS) += freeradius +package-$(ADK_COMPILE_FREERADIUS_CLIENT) += freeradius-client +package-$(ADK_PACKAGE_FREERADIUS_SERVER) += freeradius-server package-$(ADK_COMPILE_FREETYPE) += freetype package-$(ADK_PACKAGE_FRICKIN) += frickin package-$(ADK_COMPILE_FUSE) += fuse @@ -300,7 +298,6 @@ package-$(ADK_PACKAGE_PROCMAIL) += procmail package-$(ADK_PACKAGE_PROCPS) += procps package-$(ADK_PACKAGE_PTUNNEL) += ptunnel package-$(ADK_PACKAGE_QUAGGA) += quagga -package-$(ADK_COMPILE_RADIUSCLIENT_NG) += radiusclient-ng package-$(ADK_PACKAGE_RADDUMP) += raddump package-$(ADK_PACKAGE_RADVD) += radvd package-$(ADK_PACKAGE_RANDRPROTO) += randrproto diff --git a/package/aiccu/Makefile b/package/aiccu/Makefile index 36a3900d3..0aba387be 100644 --- a/package/aiccu/Makefile +++ b/package/aiccu/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/aircrack-ng/Makefile b/package/aircrack-ng/Makefile index 3d53df6a4..ef075eedd 100644 --- a/package/aircrack-ng/Makefile +++ b/package/aircrack-ng/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/alsa-lib/Makefile b/package/alsa-lib/Makefile index 4c82c6419..c4ce43379 100644 --- a/package/alsa-lib/Makefile +++ b/package/alsa-lib/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/alsa-utils/Makefile b/package/alsa-utils/Makefile index 5434bc399..08fc5f949 100644 --- a/package/alsa-utils/Makefile +++ b/package/alsa-utils/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/apr-util/Makefile b/package/apr-util/Makefile index 2404632e8..ecc96942f 100644 --- a/package/apr-util/Makefile +++ b/package/apr-util/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/apr/Makefile b/package/apr/Makefile index 6917bb2bd..ea20ddfed 100644 --- a/package/apr/Makefile +++ b/package/apr/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/arpd/Makefile b/package/arpd/Makefile index 50c924341..065d46951 100644 --- a/package/arpd/Makefile +++ b/package/arpd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/arpwatch/Makefile b/package/arpwatch/Makefile index 2c2c51cb0..1b3c0d7aa 100644 --- a/package/arpwatch/Makefile +++ b/package/arpwatch/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile index f4b0b9f23..2a9dd70b5 100644 --- a/package/asterisk/Makefile +++ b/package/asterisk/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/atftp/Makefile b/package/atftp/Makefile index ec903cdf7..086e741ce 100644 --- a/package/atftp/Makefile +++ b/package/atftp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/autossh/Makefile b/package/autossh/Makefile index f39bec8c5..414bf99e6 100644 --- a/package/autossh/Makefile +++ b/package/autossh/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/avahi/Makefile b/package/avahi/Makefile index 513b52963..7ba87d368 100644 --- a/package/avahi/Makefile +++ b/package/avahi/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/axtls/Makefile b/package/axtls/Makefile index 7f4f76097..df231bc19 100644 --- a/package/axtls/Makefile +++ b/package/axtls/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/base-files/Makefile b/package/base-files/Makefile index ad3b60e10..213895e96 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/bash/Makefile b/package/bash/Makefile index 28f4c134d..838bb92e4 100644 --- a/package/bash/Makefile +++ b/package/bash/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/bc/Makefile b/package/bc/Makefile index f70adad9f..3a231028a 100644 --- a/package/bc/Makefile +++ b/package/bc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/bigreqsproto/Makefile b/package/bigreqsproto/Makefile index 56700a4c6..d6add2e20 100644 --- a/package/bigreqsproto/Makefile +++ b/package/bigreqsproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/bind/Makefile b/package/bind/Makefile index b88119be4..15b978615 100644 --- a/package/bind/Makefile +++ b/package/bind/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/binutils/Makefile b/package/binutils/Makefile index 57b564df0..65b5d872e 100644 --- a/package/binutils/Makefile +++ b/package/binutils/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/bitlbee/Makefile b/package/bitlbee/Makefile index 02bde57af..a86cbb921 100644 --- a/package/bitlbee/Makefile +++ b/package/bitlbee/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/bluez-firmware/Makefile b/package/bluez-firmware/Makefile index 67c7723dc..2652c0a94 100644 --- a/package/bluez-firmware/Makefile +++ b/package/bluez-firmware/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/bluez/Makefile b/package/bluez/Makefile index 4dd1467a5..4c39c00b2 100644 --- a/package/bluez/Makefile +++ b/package/bluez/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/bogofilter/Makefile b/package/bogofilter/Makefile index 1390a7a34..dc7bb574c 100644 --- a/package/bogofilter/Makefile +++ b/package/bogofilter/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/bridge-utils/Makefile b/package/bridge-utils/Makefile index 6fbda287c..aa352ad69 100644 --- a/package/bridge-utils/Makefile +++ b/package/bridge-utils/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 94f756c8b..80e090e17 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/bwm/Makefile b/package/bwm/Makefile index 3a8972649..24c22034b 100644 --- a/package/bwm/Makefile +++ b/package/bwm/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/cbtt/Makefile b/package/cbtt/Makefile index db4a582a4..75ed1ea60 100644 --- a/package/cbtt/Makefile +++ b/package/cbtt/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/cfgfs/Makefile b/package/cfgfs/Makefile index 4ab5c6ea1..1485cb9d9 100644 --- a/package/cfgfs/Makefile +++ b/package/cfgfs/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/cfgfs/src/BSDmakefile b/package/cfgfs/src/BSDmakefile index 4d3bf7a11..e10aa1dbc 100644 --- a/package/cfgfs/src/BSDmakefile +++ b/package/cfgfs/src/BSDmakefile @@ -1,14 +1,8 @@ -# $MirOS: contrib/hosted/fwcf/BSDmakefile,v 1.8 2007/03/13 18:14:30 tg Exp $ -#- -# This file is part of the FreeWRT project. FreeWRT is copyrighted -# material, please see the LICENCE file in the top-level directory -# or at http://www.freewrt.org/licence for details. - - SUBDIR+= lib - SUBDIR+= mkfwcf - SUBDIR+= unfwcf - SUBDIR+= tool - SUBDIR+= fwcf.helper +SUBDIR+= lib +SUBDIR+= mkfwcf +SUBDIR+= unfwcf +SUBDIR+= tool +SUBDIR+= fwcf.helper test: _SUBDIRUSE diff --git a/package/cfgfs/src/LICENCE b/package/cfgfs/src/LICENCE index af7542c91..e8a901f83 100644 --- a/package/cfgfs/src/LICENCE +++ b/package/cfgfs/src/LICENCE @@ -30,6 +30,3 @@ c_lzo1x plug-in is covered by the GNU General Public License, Ver- sion 1 or higher. The files in the bundled/ subdirectory are not a part of FWCF and covered by their own licenced. The version 1.0 of FWCF bundles MiniLZO from lzo-2.02 under the GPL 2 or higher only. - -⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼⎼ -$MirOS: contrib/hosted/fwcf/LICENCE,v 1.5 2007/03/13 18:31:07 tg Exp $ diff --git a/package/cfgfs/src/Makefile b/package/cfgfs/src/Makefile index 7ab068c69..4f4b69ee2 100644 --- a/package/cfgfs/src/Makefile +++ b/package/cfgfs/src/Makefile @@ -1,9 +1,3 @@ -# $MirOS: contrib/hosted/fwcf/GNUmakefile,v 1.8 2007/03/09 23:09:34 tg Exp $ -#- -# This file is part of the FreeWRT project. FreeWRT is copyrighted -# material, please see the LICENCE file in the top-level directory -# or at http://www.freewrt.org/licence for details. - SRCS+= tool.c SRCS+= sys_linux.c SRCS+= replace.c diff --git a/package/cfgfs/src/Makefile.inc b/package/cfgfs/src/Makefile.inc index 82f7eb8f9..4a9d6d687 100644 --- a/package/cfgfs/src/Makefile.inc +++ b/package/cfgfs/src/Makefile.inc @@ -1,5 +1,4 @@ # $MirOS: contrib/hosted/fwcf/Makefile.inc,v 1.10 2007/05/08 21:52:53 tg Exp $ -#- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. diff --git a/package/cfgfs/src/fwcf.helper/Makefile b/package/cfgfs/src/fwcf.helper/Makefile index 882c0d486..93065fb7a 100644 --- a/package/cfgfs/src/fwcf.helper/Makefile +++ b/package/cfgfs/src/fwcf.helper/Makefile @@ -1,5 +1,4 @@ # $MirOS: contrib/hosted/fwcf/fwcf.helper/Makefile,v 1.9 2007/03/13 18:14:31 tg Exp $ -#- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. diff --git a/package/cfgfs/src/fwcf.sh b/package/cfgfs/src/fwcf.sh index 54503c55d..890dcf216 100644 --- a/package/cfgfs/src/fwcf.sh +++ b/package/cfgfs/src/fwcf.sh @@ -1,5 +1,4 @@ #!/bin/sh -#- # Copyright (c) 2006, 2007 # Thorsten Glaser <tg@mirbsd.de> # Copyright (c) 2009 @@ -19,7 +18,6 @@ # of dealing in the work, even if advised of the possibility of such # damage or existence of a defect, except proven that it results out # of said person's immediate fault when using the work as intended. -#- # Possible return values: # 0 - everything ok # 1 - syntax error diff --git a/package/cfgfs/src/lib/Makefile b/package/cfgfs/src/lib/Makefile index 85252b4cb..c23c605ac 100644 --- a/package/cfgfs/src/lib/Makefile +++ b/package/cfgfs/src/lib/Makefile @@ -1,5 +1,4 @@ # $MirOS: contrib/hosted/fwcf/lib/Makefile,v 1.5 2007/03/13 18:14:31 tg Exp $ -#- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. diff --git a/package/cfgfs/src/mkfwcf/Makefile b/package/cfgfs/src/mkfwcf/Makefile index 35eed0cba..2d6ebce6b 100644 --- a/package/cfgfs/src/mkfwcf/Makefile +++ b/package/cfgfs/src/mkfwcf/Makefile @@ -1,5 +1,4 @@ # $MirOS: contrib/hosted/fwcf/mkfwcf/Makefile,v 1.14 2006/09/26 10:25:06 tg Exp $ -#- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. diff --git a/package/cfgfs/src/tool/Makefile b/package/cfgfs/src/tool/Makefile index 8ffa054a2..48e446541 100644 --- a/package/cfgfs/src/tool/Makefile +++ b/package/cfgfs/src/tool/Makefile @@ -1,5 +1,4 @@ # $MirOS: contrib/hosted/fwcf/tool/Makefile,v 1.5 2007/02/28 22:59:38 tg Exp $ -#- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. diff --git a/package/cfgfs/src/unfwcf/Makefile b/package/cfgfs/src/unfwcf/Makefile index 678482ad4..79788eb70 100644 --- a/package/cfgfs/src/unfwcf/Makefile +++ b/package/cfgfs/src/unfwcf/Makefile @@ -1,5 +1,4 @@ # $MirOS: contrib/hosted/fwcf/unfwcf/Makefile,v 1.14 2006/09/26 10:25:06 tg Exp $ -#- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. diff --git a/package/cgilib/Makefile b/package/cgilib/Makefile index 6b7cd9ecf..7d8b2c59b 100644 --- a/package/cgilib/Makefile +++ b/package/cgilib/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/chillispot/Makefile b/package/chillispot/Makefile index 543b84f37..4d2ff3de6 100644 --- a/package/chillispot/Makefile +++ b/package/chillispot/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/collectd/Makefile b/package/collectd/Makefile index 2f9529bf5..bb3145977 100644 --- a/package/collectd/Makefile +++ b/package/collectd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/comgt/Makefile b/package/comgt/Makefile index 06ff87f58..afc21e322 100644 --- a/package/comgt/Makefile +++ b/package/comgt/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/compositeproto/Makefile b/package/compositeproto/Makefile index e84953a6c..def37e738 100644 --- a/package/compositeproto/Makefile +++ b/package/compositeproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/cryptsetup/Makefile b/package/cryptsetup/Makefile index 58c2c4ce3..a7a93d139 100644 --- a/package/cryptsetup/Makefile +++ b/package/cryptsetup/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ctorrent/Makefile b/package/ctorrent/Makefile index 5c6221b08..23ba6ac71 100755 --- a/package/ctorrent/Makefile +++ b/package/ctorrent/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/cups/Makefile b/package/cups/Makefile index d17d58cda..39db1b397 100644 --- a/package/cups/Makefile +++ b/package/cups/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/curl/Makefile b/package/curl/Makefile index 82e07c8f0..078a940bf 100644 --- a/package/curl/Makefile +++ b/package/curl/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/cutter/Makefile b/package/cutter/Makefile index 79660c005..be28c34da 100755 --- a/package/cutter/Makefile +++ b/package/cutter/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/cxxtools/Makefile b/package/cxxtools/Makefile index 392581ce8..e3e104ce6 100644 --- a/package/cxxtools/Makefile +++ b/package/cxxtools/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/cyrus-sasl/Makefile b/package/cyrus-sasl/Makefile index bce77f2dc..4b8dabba2 100644 --- a/package/cyrus-sasl/Makefile +++ b/package/cyrus-sasl/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/damageproto/Makefile b/package/damageproto/Makefile index 4ffd21ea1..507592593 100644 --- a/package/damageproto/Makefile +++ b/package/damageproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/davfs2/Makefile b/package/davfs2/Makefile index d84ae0f1b..ffd292acd 100644 --- a/package/davfs2/Makefile +++ b/package/davfs2/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/dbus/Makefile b/package/dbus/Makefile index 456c283d6..9422c9dbf 100644 --- a/package/dbus/Makefile +++ b/package/dbus/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/deco/Makefile b/package/deco/Makefile index 3611bb8a6..0a0fe35dd 100644 --- a/package/deco/Makefile +++ b/package/deco/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/device-mapper/Makefile b/package/device-mapper/Makefile index b0e48e7a9..8bf21fe33 100644 --- a/package/device-mapper/Makefile +++ b/package/device-mapper/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/dhcp-forwarder/Makefile b/package/dhcp-forwarder/Makefile index 142e7e61d..b68e80096 100644 --- a/package/dhcp-forwarder/Makefile +++ b/package/dhcp-forwarder/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/dhcp/Makefile b/package/dhcp/Makefile index adaa35c17..ccbaa5c66 100644 --- a/package/dhcp/Makefile +++ b/package/dhcp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/dhcpv6/Config.in b/package/dhcpv6/Config.in deleted file mode 100644 index 569320f0c..000000000 --- a/package/dhcpv6/Config.in +++ /dev/null @@ -1,15 +0,0 @@ -config ADK_COMPILE_DHCPV6 - depends on ADK_IPV6 - depends ADK_PACKAGE_DHCPV6_SERVER - tristate - default n - -config ADK_PACKAGE_DHCPV6_SERVER - prompt "dhcpv6-server........................ IPv6 DHCP server" - tristate - default n - select ADK_COMPILE_DHCPV6 - select ADK_PACKAGE_LIBNCURSES - select ADK_PACKAGE_LIBNL - help - IPv6 DHCP server diff --git a/package/dhcpv6/Makefile b/package/dhcpv6/Makefile deleted file mode 100644 index 6fdeaca9e..000000000 --- a/package/dhcpv6/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $Id$ -#- -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include ${TOPDIR}/rules.mk - -PKG_NAME:= dhcpv6 -PKG_VERSION:= 1.2.0 -PKG_RELEASE:= 1 -PKG_MD5SUM:= d537416b33002f56912b7f27477d8d35 -PKG_DESCR:= Dynamic Host Configuration Protocol for IPv6 (DHCPv6) server -PKG_SECTION:= net -PKG_DEPENDS:= libncurses libnl -PKG_URL:= https://fedorahosted.org/dhcpv6 -PKG_SITES:= https://fedorahosted.org/releases/d/h/dhcpv6/ - -include ${TOPDIR}/mk/package.mk - -$(eval $(call PKG_template,DHCPV6_SERVER,dhcpv6-server,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -CONFIGURE_STYLE:= autoconf gnu -BUILD_STYLE:= auto -INSTALL_STYLE:= auto - -post-install: - ${INSTALL_DIR} ${IDIR_DHCP6_SERVER}/usr/sbin - -include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/dhcpv6/patches/patch-configure b/package/dhcpv6/patches/patch-configure deleted file mode 100644 index 2ef218d4a..000000000 --- a/package/dhcpv6/patches/patch-configure +++ /dev/null @@ -1,26 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- dhcpv6-1.2.0.orig/configure 2009-04-03 04:45:15.000000000 +0200 -+++ dhcpv6-1.2.0/configure 2009-05-28 23:10:48.955142356 +0200 -@@ -12654,10 +12654,9 @@ done - - - -- - for ac_header in arpa/inet.h err.h errno.h getopt.h fcntl.h ifaddrs.h \ - libgen.h net/if.h net/if_arp.h netdb.h netinet/in.h \ -- sys/ioctl.h sys/timeb.h syslog.h -+ sys/ioctl.h syslog.h - do - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -@@ -15942,9 +15941,7 @@ fi - - - -- -- --for ac_func in bzero ftime gettimeofday memset select socket strchr strdup \ -+for ac_func in gettimeofday memset select socket strchr strdup \ - strerror strrchr strstr strtol strtoul - do - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` diff --git a/package/dhcpv6/patches/patch-configure.orig b/package/dhcpv6/patches/patch-configure.orig deleted file mode 100644 index 8ba5a08ed..000000000 --- a/package/dhcpv6/patches/patch-configure.orig +++ /dev/null @@ -1,25 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- dhcpv6-1.2.0.orig/configure 2009-04-03 04:45:15.000000000 +0200 -+++ dhcpv6-1.2.0/configure 2009-05-28 23:09:45.591183981 +0200 -@@ -12654,10 +12654,9 @@ done - - - -- - for ac_header in arpa/inet.h err.h errno.h getopt.h fcntl.h ifaddrs.h \ - libgen.h net/if.h net/if_arp.h netdb.h netinet/in.h \ -- sys/ioctl.h sys/timeb.h syslog.h -+ sys/ioctl.h syslog.h - do - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -@@ -15943,8 +15942,7 @@ fi - - - -- --for ac_func in bzero ftime gettimeofday memset select socket strchr strdup \ -+for ac_func in ftime gettimeofday memset select socket strchr strdup \ - strerror strrchr strstr strtol strtoul - do - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` diff --git a/package/dhcpv6/patches/patch-configure_ac b/package/dhcpv6/patches/patch-configure_ac deleted file mode 100644 index 3ca204c05..000000000 --- a/package/dhcpv6/patches/patch-configure_ac +++ /dev/null @@ -1,21 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- dhcpv6-1.2.0.orig/configure.ac 2009-04-03 04:33:56.000000000 +0200 -+++ dhcpv6-1.2.0/configure.ac 2009-05-28 23:10:31.256646671 +0200 -@@ -45,7 +45,7 @@ AC_CHECK_HEADERS([sys/types.h sys/socket - # Check for headers we must have on the system - AC_CHECK_HEADERS([arpa/inet.h err.h errno.h getopt.h fcntl.h ifaddrs.h \ - libgen.h net/if.h net/if_arp.h netdb.h netinet/in.h \ -- sys/ioctl.h sys/timeb.h syslog.h], -+ sys/ioctl.h syslog.h], - [], - [AC_MSG_FAILURE([*** Header file $ac_header not found.])], - [[#ifdef HAVE_SYS_TYPES_H -@@ -97,7 +97,7 @@ AC_FUNC_REALLOC - AC_FUNC_SELECT_ARGTYPES - AC_TYPE_SIGNAL - AC_FUNC_STAT --AC_CHECK_FUNCS([bzero ftime gettimeofday memset select socket strchr strdup \ -+AC_CHECK_FUNCS([gettimeofday memset select socket strchr strdup \ - strerror strrchr strstr strtol strtoul], - [], - [AC_MSG_FAILURE([*** Required function $ac_func not found.])]) diff --git a/package/dhcpv6/patches/patch-configure_ac.orig b/package/dhcpv6/patches/patch-configure_ac.orig deleted file mode 100644 index b5ad3d3c8..000000000 --- a/package/dhcpv6/patches/patch-configure_ac.orig +++ /dev/null @@ -1,21 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- dhcpv6-1.2.0.orig/configure.ac 2009-04-03 04:33:56.000000000 +0200 -+++ dhcpv6-1.2.0/configure.ac 2009-05-28 23:09:25.701939971 +0200 -@@ -45,7 +45,7 @@ AC_CHECK_HEADERS([sys/types.h sys/socket - # Check for headers we must have on the system - AC_CHECK_HEADERS([arpa/inet.h err.h errno.h getopt.h fcntl.h ifaddrs.h \ - libgen.h net/if.h net/if_arp.h netdb.h netinet/in.h \ -- sys/ioctl.h sys/timeb.h syslog.h], -+ sys/ioctl.h syslog.h], - [], - [AC_MSG_FAILURE([*** Header file $ac_header not found.])], - [[#ifdef HAVE_SYS_TYPES_H -@@ -97,7 +97,7 @@ AC_FUNC_REALLOC - AC_FUNC_SELECT_ARGTYPES - AC_TYPE_SIGNAL - AC_FUNC_STAT --AC_CHECK_FUNCS([bzero ftime gettimeofday memset select socket strchr strdup \ -+AC_CHECK_FUNCS([ftime gettimeofday memset select socket strchr strdup \ - strerror strrchr strstr strtol strtoul], - [], - [AC_MSG_FAILURE([*** Required function $ac_func not found.])]) diff --git a/package/dhcpv6/patches/patch-src_relay6_socket_c b/package/dhcpv6/patches/patch-src_relay6_socket_c deleted file mode 100644 index c5f37d926..000000000 --- a/package/dhcpv6/patches/patch-src_relay6_socket_c +++ /dev/null @@ -1,48 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- dhcpv6-1.2.0.orig/src/relay6_socket.c 2009-04-03 00:53:38.000000000 +0200 -+++ dhcpv6-1.2.0/src/relay6_socket.c 2009-05-28 23:09:11.155499136 +0200 -@@ -399,7 +399,7 @@ int send_message() { - if (mesg->sent == 1) - return 0; - -- bzero((char *) &sin6, sizeof(struct sockaddr_in6)); -+ memset((char *) &sin6, 0, sizeof(struct sockaddr_in6)); - sin6.sin6_family = AF_INET6; - sin6.sin6_flowinfo = 0; - sin6.sin6_scope_id = 0; -@@ -494,7 +494,7 @@ int send_message() { - if (mesg->msg_type == DH6_RELAY_FORW) { - for (ipv6uni = IPv6_uniaddr_list.next; ipv6uni != &IPv6_uniaddr_list; - ipv6uni = ipv6uni->next) { -- bzero((char *) &sin6, sizeof(struct sockaddr_in6)); -+ memset((char *) &sin6, 0, sizeof(struct sockaddr_in6)); - sin6.sin6_family = AF_INET6; - - memset(dest_addr, 0, INET6_ADDRSTRLEN); -@@ -564,7 +564,7 @@ int send_message() { - iface = iface->next) { - uservers = iface->sname; - while (uservers != NULL) { -- bzero((char *) &sin6, sizeof(struct sockaddr_in6)); -+ memset((char *) &sin6, 0, sizeof(struct sockaddr_in6)); - sin6.sin6_family = AF_INET6; - - memset(dest_addr, 0, INET6_ADDRSTRLEN); -@@ -644,7 +644,7 @@ int send_message() { - - for (si = sifaces_list.next; si != &sifaces_list; si = si->next) { - *(mesg->hc_pointer) = MAXHOPCOUNT; -- bzero((char *) &sin6, sizeof(struct sockaddr_in6)); -+ memset((char *) &sin6, 0, sizeof(struct sockaddr_in6)); - sin6.sin6_family = AF_INET6; - - memset(dest_addr, 0, INET6_ADDRSTRLEN); -@@ -734,7 +734,7 @@ int send_message() { - continue; - - *(mesg->hc_pointer) = MAXHOPCOUNT; -- bzero((char *) &sin6, sizeof(struct sockaddr_in6)); -+ memset((char *) &sin6, 0, sizeof(struct sockaddr_in6)); - sin6.sin6_family = AF_INET6; - - memset(dest_addr, 0, INET6_ADDRSTRLEN); diff --git a/package/digitemp/Makefile b/package/digitemp/Makefile index 8df9304e8..13cc6bedc 100644 --- a/package/digitemp/Makefile +++ b/package/digitemp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 10fb0b247..9d14a2726 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/dosfstools/Makefile b/package/dosfstools/Makefile index ce5a0d430..ae7e2bc57 100644 --- a/package/dosfstools/Makefile +++ b/package/dosfstools/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/dovecot/Makefile b/package/dovecot/Makefile index 7f69e2d60..8153e9426 100644 --- a/package/dovecot/Makefile +++ b/package/dovecot/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 0d9f4939f..22a5680ac 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/dsniff/Makefile b/package/dsniff/Makefile index e15d98ecc..30a838378 100644 --- a/package/dsniff/Makefile +++ b/package/dsniff/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile index 12abd583a..fad66f179 100644 --- a/package/e2fsprogs/Makefile +++ b/package/e2fsprogs/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/elinks/Makefile b/package/elinks/Makefile index 64468e331..672c982de 100644 --- a/package/elinks/Makefile +++ b/package/elinks/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/em28xx/Makefile b/package/em28xx/Makefile index 9a0067a9f..ba0a2fa04 100644 --- a/package/em28xx/Makefile +++ b/package/em28xx/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/esound/Makefile b/package/esound/Makefile index 6da76d2a6..123ade95c 100644 --- a/package/esound/Makefile +++ b/package/esound/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ether-wake/Makefile b/package/ether-wake/Makefile index fba2d465f..ec8f43ccd 100644 --- a/package/ether-wake/Makefile +++ b/package/ether-wake/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ethtool/Makefile b/package/ethtool/Makefile index e37c59066..4f9d35e62 100644 --- a/package/ethtool/Makefile +++ b/package/ethtool/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/evieext/Makefile b/package/evieext/Makefile index 49eae3120..adc4f0002 100644 --- a/package/evieext/Makefile +++ b/package/evieext/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/exmap/Makefile b/package/exmap/Makefile index f620df545..be7953f5b 100644 --- a/package/exmap/Makefile +++ b/package/exmap/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/expat/Makefile b/package/expat/Makefile index c74b8a3c4..77764a080 100644 --- a/package/expat/Makefile +++ b/package/expat/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ez-ipupdate/Makefile b/package/ez-ipupdate/Makefile index f0f46b79f..2d1b0db96 100644 --- a/package/ez-ipupdate/Makefile +++ b/package/ez-ipupdate/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/faad2/Makefile b/package/faad2/Makefile index ed707cc86..20403e056 100644 --- a/package/faad2/Makefile +++ b/package/faad2/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/fakeidentd/Makefile b/package/fakeidentd/Makefile index 3026df385..ecf18041e 100644 --- a/package/fakeidentd/Makefile +++ b/package/fakeidentd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/fbset/Makefile b/package/fbset/Makefile index 23819e5f8..1591e6704 100644 --- a/package/fbset/Makefile +++ b/package/fbset/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/fetchmail/Makefile b/package/fetchmail/Makefile index f35bc9fbf..c35add42e 100644 --- a/package/fetchmail/Makefile +++ b/package/fetchmail/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ffmpeg/Makefile b/package/ffmpeg/Makefile index d38b28aa2..267fd6b10 100644 --- a/package/ffmpeg/Makefile +++ b/package/ffmpeg/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/file/Makefile b/package/file/Makefile index 1c2797ed1..88f9a39b4 100644 --- a/package/file/Makefile +++ b/package/file/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/fixesproto/Makefile b/package/fixesproto/Makefile index ecf7857d5..b45ed4fe1 100644 --- a/package/fixesproto/Makefile +++ b/package/fixesproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/flac/Makefile b/package/flac/Makefile index ed434362e..d5c06c17f 100644 --- a/package/flac/Makefile +++ b/package/flac/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/fontcacheproto/Makefile b/package/fontcacheproto/Makefile index 6bd625df8..2ab26d96a 100644 --- a/package/fontcacheproto/Makefile +++ b/package/fontcacheproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/fontsproto/Makefile b/package/fontsproto/Makefile index 7e712635a..c42c8c10e 100644 --- a/package/fontsproto/Makefile +++ b/package/fontsproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/fping/Makefile b/package/fping/Makefile index 212b5ee51..0e7127d50 100644 --- a/package/fping/Makefile +++ b/package/fping/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/fprobe-ulog/Makefile b/package/fprobe-ulog/Makefile index 31b7596d7..7b7fda126 100644 --- a/package/fprobe-ulog/Makefile +++ b/package/fprobe-ulog/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/fprobe/Makefile b/package/fprobe/Makefile index 53691c108..66d2b4abf 100644 --- a/package/fprobe/Makefile +++ b/package/fprobe/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/freeradius-client/Config.in b/package/freeradius-client/Config.in new file mode 100644 index 000000000..79325a755 --- /dev/null +++ b/package/freeradius-client/Config.in @@ -0,0 +1,21 @@ +config ADK_COMPILE_FREERADIUS_CLIENT + tristate + default n + depends ADK_PACKAGE_LIBFREERADIUS_CLIENT + +config ADK_PACKAGE_FREERADIUS_CLIENT + prompt "freeradius-client................. RADIUS client" + tristate + default n + select ADK_PACKAGE_LIBOPENSSL + select ADK_PACKAGE_LIBFREERADIUS_CLIENT + help + http://freeradius.org/freeradius-client/ + +config ADK_PACKAGE_LIBFREERADIUS_CLIENT + prompt "libfreeradius-client.............. RADIUS client library" + tristate + default n + select ADK_COMPILE_FREERADIUS_CLIENT + help + http://freeradius.org/freeradius-client/ diff --git a/package/freeradius-client/Makefile b/package/freeradius-client/Makefile new file mode 100644 index 000000000..19f6a236c --- /dev/null +++ b/package/freeradius-client/Makefile @@ -0,0 +1,39 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include ${TOPDIR}/rules.mk + +PKG_NAME:= freeradius-client +PKG_VERSION:= 1.1.6 +PKG_RELEASE:= 1 +PKG_MD5SUM:= edd4d904e802ff66d35532be1475cfa7 +PKG_DESCR:= RADIUS client +PKG_SECTION:= net +PKG_DEPENDS:= libopenssl +PKG_URL:= http://www.freeradius.org +PKG_SITES:= ftp://ftp.freeradius.org/pub/radius/ \ + http://freeradius.portal-to-web.de/ \ + ftp://ftp.uk.freeradius.org/pub/radius/ + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,FREERADIUS_CLIENT,freeradius-client,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBFREERADIUS_CLIENT,libfreeradius-client,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +CONFIGURE_STYLE:= gnu +CONFIGURE_ENV+= ac_cv_func_uname=no +BUILD_STYLE:= auto +INSTALL_STYLE:= auto + +do-install: + ${INSTALL_DIR} ${IDIR_FREERADIUS_CLIENT}/usr/sbin + ${INSTALL_BIN} ${WRKINST}/usr/sbin/radiusclient \ + ${IDIR_FREERADIUS_CLIENT}/usr/sbin + ${INSTALL_BIN} ${WRKINST}/usr/sbin/rad{login,status} \ + ${IDIR_FREERADIUS_CLIENT}/usr/sbin + ${CP} ${WRKINST}/etc ${IDIR_FREERADIUS_CLIENT}/ + ${INSTALL_DIR} ${IDIR_LIBFREERADIUS_CLIENT}/usr/lib + ${CP} ${WRKINST}/usr/lib/libfreeradius-client.so* \ + ${IDIR_LIBFREERADIUS_CLIENT}/usr/lib + +include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/freeradius/Config.in b/package/freeradius-server/Config.in index a7a2fa7c1..56fcf16ea 100644 --- a/package/freeradius/Config.in +++ b/package/freeradius-server/Config.in @@ -1,7 +1,5 @@ -#menu "freeradius........................ A Flexible RADIUS server implementation" - -config ADK_PACKAGE_FREERADIUS - prompt "freeradius........................ Flexible RADIUS server" +config ADK_PACKAGE_FREERADIUS_SERVER + prompt "freeradius-server................. Flexible RADIUS server" tristate default n select ADK_PACKAGE_LIBLTDL @@ -9,125 +7,74 @@ config ADK_PACKAGE_FREERADIUS select ADK_PACKAGE_LIBPTHREAD help A flexible RADIUS server - http://www.freeradius.org/ - Depends: - - libltdl - - libopenssl - - libpthread - - libmysqlclient (for MySQL support) - - libopenldap (for LDAP support) - - libpq (for PostgreSQL support) - config ADK_PACKAGE_FREERADIUS_DEMOCERTS prompt " freeradius-democerts.......... Demo certificates to test the server" tristate default n - depends ADK_PACKAGE_FREERADIUS + depends ADK_PACKAGE_FREERADIUS_SERVER config ADK_PACKAGE_FREERADIUS_MOD_CHAP prompt " freeradius-mod-chap........... CHAP module" tristate default n - depends ADK_PACKAGE_FREERADIUS + depends ADK_PACKAGE_FREERADIUS_SERVER config ADK_PACKAGE_FREERADIUS_MOD_DETAIL prompt " freeradius-mod-detail......... Detailed accounting module" tristate default n - depends ADK_PACKAGE_FREERADIUS + depends ADK_PACKAGE_FREERADIUS_SERVER config ADK_PACKAGE_FREERADIUS_MOD_DIGEST prompt " freeradius-mod-digest......... Digest authentication" tristate default n - depends ADK_PACKAGE_FREERADIUS - -config ADK_PACKAGE_FREERADIUS_MOD_EAP - prompt " freeradius-mod-eap............ Base EAP module" - tristate - default n - depends ADK_PACKAGE_FREERADIUS - -config ADK_PACKAGE_FREERADIUS_MOD_EAP_GTC - prompt " freeradius-mod-eap-gtc...... EAP/GTC module" - tristate - default n - depends ADK_PACKAGE_FREERADIUS_MOD_EAP - -config ADK_PACKAGE_FREERADIUS_MOD_EAP_MD5 - prompt " freeradius-mod-eap-md5...... EAP/MD5 module" - tristate - default n - depends ADK_PACKAGE_FREERADIUS_MOD_EAP - -config ADK_PACKAGE_FREERADIUS_MOD_EAP_MSCHAPV2 - prompt " freeradius-mod-eap-mschapv2. EAP/MS-CHAPv2 module" - tristate - default n - depends ADK_PACKAGE_FREERADIUS_MOD_EAP - -config ADK_PACKAGE_FREERADIUS_MOD_EAP_PEAP - prompt " freeradius-mod-eap-peap..... EAP/PEAP module" - tristate - default n - depends ADK_PACKAGE_FREERADIUS_MOD_EAP - -config ADK_PACKAGE_FREERADIUS_MOD_EAP_TLS - prompt " freeradius-mod-eap-tls...... EAP/TLS module" - tristate - default n - depends ADK_PACKAGE_FREERADIUS_MOD_EAP - -config ADK_PACKAGE_FREERADIUS_MOD_EAP_TTLS - prompt " freeradius-mod-eap-ttls... EAP/TTLS module" - tristate - default n - depends ADK_PACKAGE_FREERADIUS_MOD_EAP_TLS + depends ADK_PACKAGE_FREERADIUS_SERVER config ADK_PACKAGE_FREERADIUS_MOD_FILES prompt " freeradius-mod-files.......... Module using local files for authorization" tristate default y - depends ADK_PACKAGE_FREERADIUS + depends ADK_PACKAGE_FREERADIUS_SERVER config ADK_PACKAGE_FREERADIUS_MOD_LDAP prompt " freeradius-mod-ldap........... LDAP module" tristate default n select ADK_PACKAGE_LIBOPENLDAP - depends ADK_PACKAGE_FREERADIUS + depends ADK_PACKAGE_FREERADIUS_SERVER config ADK_PACKAGE_FREERADIUS_MOD_MSCHAP prompt " freeradius-mod-mschap......... MS-CHAP and MS-CHAPv2 module" tristate default n - depends ADK_PACKAGE_FREERADIUS + depends ADK_PACKAGE_FREERADIUS_SERVER config ADK_PACKAGE_FREERADIUS_MOD_PAP prompt " freeradius-mod-pap............ PAP module" tristate default n - depends ADK_PACKAGE_FREERADIUS + depends ADK_PACKAGE_FREERADIUS_SERVER config ADK_PACKAGE_FREERADIUS_MOD_PREPROCESS prompt " freeradius-mod-preprocess..... Request pre-processing module" tristate default n - depends ADK_PACKAGE_FREERADIUS + depends ADK_PACKAGE_FREERADIUS_SERVER config ADK_PACKAGE_FREERADIUS_MOD_REALM prompt " freeradius-mod-realm.......... Realms handling module" tristate default n - depends ADK_PACKAGE_FREERADIUS + depends ADK_PACKAGE_FREERADIUS_SERVER config ADK_PACKAGE_FREERADIUS_MOD_SQL prompt " freeradius-mod-sql............ Base SQL module" tristate default n - depends ADK_PACKAGE_FREERADIUS + depends ADK_PACKAGE_FREERADIUS_SERVER config ADK_PACKAGE_FREERADIUS_MOD_SQL_MYSQL prompt " freeradius-mod-sql-mysql.... MySQL module" @@ -148,6 +95,4 @@ config ADK_PACKAGE_FREERADIUS_UTILS prompt " freeradius-utils.............. Misc. client utilities" tristate default n - depends ADK_PACKAGE_FREERADIUS - -#endmenu + depends ADK_PACKAGE_FREERADIUS_SERVER diff --git a/package/freeradius/Makefile b/package/freeradius-server/Makefile index f6e4a29ca..7071d2a49 100644 --- a/package/freeradius/Makefile +++ b/package/freeradius-server/Makefile @@ -1,14 +1,12 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. include ${TOPDIR}/rules.mk -PKG_NAME:= freeradius -PKG_VERSION:= 2.1.4 +PKG_NAME:= freeradius-server +PKG_VERSION:= 2.1.6 PKG_RELEASE:= 1 -PKG_MD5SUM:= 07837a2e78028a0fcf5fc3bb5ca292e9 +PKG_MD5SUM:= 078f7d29b4d2d34f7c992abf772c28a0 PKG_DESCR:= a flexible RADIUS server PKG_SECTION:= net PKG_DEPENDS:= libltdl libopenssl libpthread @@ -17,9 +15,6 @@ PKG_SITES:= ftp://ftp.freeradius.org/pub/radius/ \ http://freeradius.portal-to-web.de/ \ ftp://ftp.uk.freeradius.org/pub/radius/ -DISTFILES:= ${PKG_NAME}-server-${PKG_VERSION}.tar.gz -WRKDIST= ${WRKDIR}/${PKG_NAME}-server-${PKG_VERSION} - PKG_CONFIGURE_OPTIONS:= ifneq (${ADK_PACKAGE_FREERADIUS_MOD_LDAP},) @@ -69,18 +64,11 @@ ${2}-install: done endef -$(eval $(call PKG_template,FREERADIUS,freeradius,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,FREERADIUS_SERVER,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) $(eval $(call PKG_template,FREERADIUS_DEMOCERTS,freeradius-democerts,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) $(eval $(call PKG_template,FREERADIUS_MOD_CHAP,freeradius-mod-chap,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) $(eval $(call PKG_template,FREERADIUS_MOD_DETAIL,freeradius-mod-detail,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) $(eval $(call PKG_template,FREERADIUS_MOD_DIGEST,freeradius-mod-digest,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,FREERADIUS_MOD_EAP,freeradius-mod-eap,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,FREERADIUS_MOD_EAP_GTC,freeradius-mod-eap-gtc,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,FREERADIUS_MOD_EAP_MD5,freeradius-mod-eap-md5,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,FREERADIUS_MOD_EAP_MSCHAPV2,freeradius-mod-eap-mschapv2,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,FREERADIUS_MOD_EAP_PEAP,freeradius-mod-eap-peap,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,FREERADIUS_MOD_EAP_TLS,freeradius-mod-eap-tls,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,FREERADIUS_MOD_EAP_TTLS,freeradius-mod-eap-ttls,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) $(eval $(call PKG_template,FREERADIUS_MOD_FILES,freeradius-mod-files,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) $(eval $(call PKG_template,FREERADIUS_MOD_LDAP,freeradius-mod-ldap,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) $(eval $(call PKG_template,FREERADIUS_MOD_MSCHAP,freeradius-mod-mschap,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) @@ -95,13 +83,6 @@ $(eval $(call PKG_template,FREERADIUS_UTILS,freeradius-utils,${PKG_VERSION}-${PK $(eval $(call PKG_mod_template,FREERADIUS_MOD_CHAP,rlm_chap,)) $(eval $(call PKG_mod_template,FREERADIUS_MOD_DETAIL,rlm_detail,)) $(eval $(call PKG_mod_template,FREERADIUS_MOD_DIGEST,rlm_digest,)) -$(eval $(call PKG_mod_template,FREERADIUS_MOD_EAP,libeap rlm_eap,eap.conf)) -$(eval $(call PKG_mod_template,FREERADIUS_MOD_EAP_GTC,rlm_eap_gtc,)) -$(eval $(call PKG_mod_template,FREERADIUS_MOD_EAP_MD5,rlm_eap_md5,)) -$(eval $(call PKG_mod_template,FREERADIUS_MOD_EAP_MSCHAPV2,rlm_eap_mschapv2,)) -$(eval $(call PKG_mod_template,FREERADIUS_MOD_EAP_PEAP,rlm_eap_peap,)) -$(eval $(call PKG_mod_template,FREERADIUS_MOD_EAP_TLS,rlm_eap_tls,)) -$(eval $(call PKG_mod_template,FREERADIUS_MOD_EAP_TTLS,rlm_eap_ttls,)) $(eval $(call PKG_mod_template,FREERADIUS_MOD_FILES,rlm_files,acct_users preproxy_users users)) $(eval $(call PKG_mod_template,FREERADIUS_MOD_MSCHAP,rlm_mschap,)) $(eval $(call PKG_mod_template,FREERADIUS_MOD_LDAP,rlm_ldap,ldap.attrmap)) @@ -125,6 +106,8 @@ CONFIGURE_ARGS+= ${PKG_CONFIGURE_OPTIONS} \ --without-rlm_checkval \ --without-rlm_counter \ --without-rlm_dbm \ + --without-rlm_eap \ + --without-rlm_eap2 \ --without-rlm_eap_sim \ --without-rlm_example \ --without-rlm_ippool \ @@ -158,27 +141,27 @@ FAKE_FLAGS+= R="${WRKINST}" \ INSTALLSTRIP="" post-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m} - ${INSTALL_DIR} ${IDIR_FREERADIUS}/etc/freeradius - ${CP} ./files/users ${IDIR_FREERADIUS}/etc/freeradius/ - ${INSTALL_DATA} ./files/radiusd.conf ${IDIR_FREERADIUS}/etc/freeradius - ${INSTALL_DATA} ./files/clients.conf ${IDIR_FREERADIUS}/etc/freeradius + ${INSTALL_DIR} ${IDIR_FREERADIUS_SERVER}/etc/freeradius + ${CP} ./files/users ${IDIR_FREERADIUS_SERVER}/etc/freeradius/ + ${INSTALL_DATA} ./files/radiusd.conf ${IDIR_FREERADIUS_SERVER}/etc/freeradius + ${INSTALL_DATA} ./files/clients.conf ${IDIR_FREERADIUS_SERVER}/etc/freeradius for f in dictionary; do \ ${CP} ${WRKINST}/etc/freeradius/$${f} \ - ${IDIR_FREERADIUS}/etc/freeradius/ ; \ + ${IDIR_FREERADIUS_SERVER}/etc/freeradius/ ; \ done - ${INSTALL_DIR} ${IDIR_FREERADIUS}/usr/share/freeradius + ${INSTALL_DIR} ${IDIR_FREERADIUS_SERVER}/usr/share/freeradius ${CP} ${WRKINST}/usr/share/freeradius/dictionary \ - ${IDIR_FREERADIUS}/usr/share/freeradius/ + ${IDIR_FREERADIUS_SERVER}/usr/share/freeradius/ for f in freeradius freeradius.internal rfc2865 rfc2866 rfc2867 rfc2868 rfc2869 rfc3162 rfc3576 rfc3580 rfc4072 rfc4372 rfc4675 rfc4679 rfc5176; do \ cp ${WRKINST}/usr/share/freeradius/dictionary.$${f} \ - ${IDIR_FREERADIUS}/usr/share/freeradius/ ; \ + ${IDIR_FREERADIUS_SERVER}/usr/share/freeradius/ ; \ done - ${INSTALL_DIR} ${IDIR_FREERADIUS}/usr/lib/freeradius + ${INSTALL_DIR} ${IDIR_FREERADIUS_SERVER}/usr/lib/freeradius ${CP} ${WRKINST}/usr/lib/freeradius/libfreeradius-radius{,-*}.so \ - ${IDIR_FREERADIUS}/usr/lib - ${INSTALL_DIR} ${IDIR_FREERADIUS}/usr/sbin + ${IDIR_FREERADIUS_SERVER}/usr/lib + ${INSTALL_DIR} ${IDIR_FREERADIUS_SERVER}/usr/sbin ${CP} ${WRKINST}/usr/sbin/radiusd \ - ${IDIR_FREERADIUS}/usr/sbin/ + ${IDIR_FREERADIUS_SERVER}/usr/sbin/ ${INSTALL_DIR} ${IDIR_FREERADIUS_DEMOCERTS}/etc/freeradius ${CP} ${WRKINST}/etc/freeradius/certs \ ${IDIR_FREERADIUS_DEMOCERTS}/etc/freeradius/ @@ -187,9 +170,6 @@ post-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m} rm -rf ${IDIR_FREERADIUS_DEMOCERTS}/etc/freeradius/certs/demoCA/index* rm -rf ${IDIR_FREERADIUS_DEMOCERTS}/etc/freeradius/certs/demoCA/serial* ${INSTALL_DIR} ${IDIR_FREERADIUS_UTILS}/usr/bin - for f in radclient; do \ - ${CP} ${WRKINST}/usr/bin/$${f} \ - ${IDIR_FREERADIUS_UTILS}/usr/bin/ ; \ - done + ${INSTALL_BIN} ${WRKINST}/usr/bin/radclient ${IDIR_FREERADIUS_UTILS}/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/freeradius/files/clients.conf b/package/freeradius-server/files/clients.conf index 6c136a197..6c136a197 100644 --- a/package/freeradius/files/clients.conf +++ b/package/freeradius-server/files/clients.conf diff --git a/package/freeradius/files/freeradius-mod-eap.conffiles b/package/freeradius-server/files/freeradius-mod-eap.conffiles index 7e0e30e73..7e0e30e73 100644 --- a/package/freeradius/files/freeradius-mod-eap.conffiles +++ b/package/freeradius-server/files/freeradius-mod-eap.conffiles diff --git a/package/freeradius/files/freeradius-mod-files.conffiles b/package/freeradius-server/files/freeradius-mod-files.conffiles index 4fcd92bff..4fcd92bff 100644 --- a/package/freeradius/files/freeradius-mod-files.conffiles +++ b/package/freeradius-server/files/freeradius-mod-files.conffiles diff --git a/package/freeradius/files/freeradius-mod-realm.conffiles b/package/freeradius-server/files/freeradius-mod-realm.conffiles index a4d412612..a4d412612 100644 --- a/package/freeradius/files/freeradius-mod-realm.conffiles +++ b/package/freeradius-server/files/freeradius-mod-realm.conffiles diff --git a/package/freeradius/files/freeradius-mod-sql.conffiles b/package/freeradius-server/files/freeradius-mod-sql.conffiles index 8ab119d07..8ab119d07 100644 --- a/package/freeradius/files/freeradius-mod-sql.conffiles +++ b/package/freeradius-server/files/freeradius-mod-sql.conffiles diff --git a/package/freeradius/files/freeradius.conffiles b/package/freeradius-server/files/freeradius.conffiles index 56552e6c1..56552e6c1 100644 --- a/package/freeradius/files/freeradius.conffiles +++ b/package/freeradius-server/files/freeradius.conffiles diff --git a/package/freeradius/files/freeradius.postinst b/package/freeradius-server/files/freeradius.postinst index c65fa195f..c65fa195f 100644 --- a/package/freeradius/files/freeradius.postinst +++ b/package/freeradius-server/files/freeradius.postinst diff --git a/package/freeradius/files/radiusd.conf b/package/freeradius-server/files/radiusd.conf index b9a573f69..b9a573f69 100644 --- a/package/freeradius/files/radiusd.conf +++ b/package/freeradius-server/files/radiusd.conf diff --git a/package/freeradius/files/radiusd.init b/package/freeradius-server/files/radiusd.init index 818f803ff..818f803ff 100644 --- a/package/freeradius/files/radiusd.init +++ b/package/freeradius-server/files/radiusd.init diff --git a/package/freeradius/files/users b/package/freeradius-server/files/users index df78de04c..df78de04c 100644 --- a/package/freeradius/files/users +++ b/package/freeradius-server/files/users diff --git a/package/freeradius/patches/patch-share_dictionary b/package/freeradius-server/patches/patch-share_dictionary index 49b472d43..6027a7810 100644 --- a/package/freeradius/patches/patch-share_dictionary +++ b/package/freeradius-server/patches/patch-share_dictionary @@ -1,6 +1,6 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- freeradius-server-2.1.4.orig/share/dictionary 2009-03-11 03:26:50.000000000 +0100 -+++ freeradius-server-2.1.4/share/dictionary 2009-04-29 21:42:22.287143645 +0200 +--- freeradius-server-2.1.6.orig/share/dictionary 2009-05-18 13:13:55.000000000 +0200 ++++ freeradius-server-2.1.6/share/dictionary 2009-06-01 16:15:56.702126337 +0200 @@ -54,7 +54,7 @@ # this directive to the end of this file if you want to see the # old names in the logfiles, INSTEAD OF the new names. @@ -10,7 +10,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ # # Include the RFC dictionaries next. -@@ -80,109 +80,109 @@ $INCLUDE dictionary.rfc5176 +@@ -82,110 +82,12 @@ $INCLUDE dictionary.rfc5176 # # Include vendor dictionaries after the standard ones. # @@ -31,49 +31,22 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ -$INCLUDE dictionary.cablelabs -$INCLUDE dictionary.cabletron -$INCLUDE dictionary.cisco -+#$INCLUDE dictionary.3com -+#$INCLUDE dictionary.3gpp -+#$INCLUDE dictionary.3gpp2 -+#$INCLUDE dictionary.acc -+#$INCLUDE dictionary.airespace -+#$INCLUDE dictionary.alcatel -+#$INCLUDE dictionary.alteon -+#$INCLUDE dictionary.alvarion -+#$INCLUDE dictionary.apc -+#$INCLUDE dictionary.aruba -+#$INCLUDE dictionary.azaire -+#$INCLUDE dictionary.ascend -+#$INCLUDE dictionary.bay -+#$INCLUDE dictionary.bintec -+#$INCLUDE dictionary.cablelabs -+#$INCLUDE dictionary.cabletron -+#$INCLUDE dictionary.cisco # # The Cisco VPN300 dictionary is the same as the altiga one. # You shouldn't use both at the same time. # - #$INCLUDE dictionary.cisco.vpn3000 +-#$INCLUDE dictionary.cisco.vpn3000 -$INCLUDE dictionary.cisco.vpn5000 -$INCLUDE dictionary.cisco.bbsm -$INCLUDE dictionary.clavister -$INCLUDE dictionary.colubris -$INCLUDE dictionary.cosine -+#$INCLUDE dictionary.cisco.vpn5000 -+#$INCLUDE dictionary.cisco.bbsm -+#$INCLUDE dictionary.clavister -+#$INCLUDE dictionary.colubris -+#$INCLUDE dictionary.cosine - #$INCLUDE dictionary.dhcp +-#$INCLUDE dictionary.dhcp -$INCLUDE dictionary.digium -$INCLUDE dictionary.epygi -$INCLUDE dictionary.erx -$INCLUDE dictionary.ericsson -$INCLUDE dictionary.extreme -+#$INCLUDE dictionary.digium -+#$INCLUDE dictionary.epygi -+#$INCLUDE dictionary.erx -+#$INCLUDE dictionary.ericsson -+#$INCLUDE dictionary.extreme $INCLUDE dictionary.freeradius -$INCLUDE dictionary.freeswitch -$INCLUDE dictionary.fortinet @@ -83,6 +56,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ -$INCLUDE dictionary.h3c -$INCLUDE dictionary.hp -$INCLUDE dictionary.huawei +-$INCLUDE dictionary.infonet -$INCLUDE dictionary.issanni -$INCLUDE dictionary.itk -$INCLUDE dictionary.ipunplugged @@ -103,46 +77,16 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ -$INCLUDE dictionary.nexans -$INCLUDE dictionary.ntua -$INCLUDE dictionary.nokia -+#$INCLUDE dictionary.freeswitch -+#$INCLUDE dictionary.fortinet -+#$INCLUDE dictionary.foundry -+#$INCLUDE dictionary.gandalf -+#$INCLUDE dictionary.gemtek -+#$INCLUDE dictionary.h3c -+#$INCLUDE dictionary.hp -+#$INCLUDE dictionary.huawei -+#$INCLUDE dictionary.issanni -+#$INCLUDE dictionary.itk -+#$INCLUDE dictionary.ipunplugged -+#$INCLUDE dictionary.juniper -+#$INCLUDE dictionary.jradius -+#$INCLUDE dictionary.karlnet -+#$INCLUDE dictionary.lancom -+#$INCLUDE dictionary.livingston -+#$INCLUDE dictionary.localweb -+#$INCLUDE dictionary.lucent -+#$INCLUDE dictionary.manzara -+#$INCLUDE dictionary.merit -+#$INCLUDE dictionary.microsoft -+#$INCLUDE dictionary.mikrotik -+#$INCLUDE dictionary.navini -+#$INCLUDE dictionary.netscreen -+#$INCLUDE dictionary.networkphysics -+#$INCLUDE dictionary.nexans -+#$INCLUDE dictionary.ntua -+#$INCLUDE dictionary.nokia # - # Commented out because of attribute conflicts. - # - #$INCLUDE dictionary.nokia.conflict +-# Commented out because of attribute conflicts. +-# +-#$INCLUDE dictionary.nokia.conflict -$INCLUDE dictionary.nomadix -$INCLUDE dictionary.nortel -+#$INCLUDE dictionary.nomadix -+#$INCLUDE dictionary.nortel - # - # Commented out because of attribute conflicts. - # - #$INCLUDE dictionary.openser +-# +-# Commented out because of attribute conflicts. +-# +-#$INCLUDE dictionary.openser -$INCLUDE dictionary.packeteer -$INCLUDE dictionary.patton -$INCLUDE dictionary.propel @@ -174,37 +118,6 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ -$INCLUDE dictionary.wispr -$INCLUDE dictionary.xedia -$INCLUDE dictionary.xylan -+#$INCLUDE dictionary.packeteer -+#$INCLUDE dictionary.patton -+#$INCLUDE dictionary.propel -+#$INCLUDE dictionary.prosoft -+#$INCLUDE dictionary.quiconnect -+#$INCLUDE dictionary.quintum -+#$INCLUDE dictionary.redback -+#$INCLUDE dictionary.redcreek -+#$INCLUDE dictionary.riverstone -+#$INCLUDE dictionary.roaringpenguin -+#$INCLUDE dictionary.shasta -+#$INCLUDE dictionary.shiva -+#$INCLUDE dictionary.slipstream -+#$INCLUDE dictionary.sonicwall -+#$INCLUDE dictionary.springtide -+#$INCLUDE dictionary.starent -+#$INCLUDE dictionary.telebit -+#$INCLUDE dictionary.trapeze -+#$INCLUDE dictionary.tropos -+#$INCLUDE dictionary.t_systems_nova -+#$INCLUDE dictionary.usr -+#$INCLUDE dictionary.utstarcom -+#$INCLUDE dictionary.valemount -+#$INCLUDE dictionary.versanet -+#$INCLUDE dictionary.vqp -+#$INCLUDE dictionary.waverider -+#$INCLUDE dictionary.walabi -+#$INCLUDE dictionary.wimax -+#$INCLUDE dictionary.wispr -+#$INCLUDE dictionary.xedia -+#$INCLUDE dictionary.xylan # # And finally the server internal attributes. diff --git a/package/freeradius/patches/patch-src_main_event_c b/package/freeradius-server/patches/patch-src_main_event_c index c2067c04e..99184d09a 100644 --- a/package/freeradius/patches/patch-src_main_event_c +++ b/package/freeradius-server/patches/patch-src_main_event_c @@ -1,7 +1,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- freeradius-server-2.1.4.orig/src/main/event.c 2009-03-11 03:26:50.000000000 +0100 -+++ freeradius-server-2.1.4/src/main/event.c 2009-05-09 23:47:40.000000000 +0200 -@@ -1628,8 +1628,9 @@ static int originated_coa_request(REQUES +--- freeradius-server-2.1.6.orig/src/main/event.c 2009-05-18 13:13:55.000000000 +0200 ++++ freeradius-server-2.1.6/src/main/event.c 2009-06-01 17:06:44.356592479 +0200 +@@ -1667,8 +1667,9 @@ static int originated_coa_request(REQUES */ request->num_proxied_requests = 1; request->num_proxied_responses = 0; diff --git a/package/freeradius-server/patches/patch-src_modules_rlm_eap_Makefile_in b/package/freeradius-server/patches/patch-src_modules_rlm_eap_Makefile_in new file mode 100644 index 000000000..13cbb8215 --- /dev/null +++ b/package/freeradius-server/patches/patch-src_modules_rlm_eap_Makefile_in @@ -0,0 +1,12 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- freeradius-server-2.1.6.orig/src/modules/rlm_eap/Makefile.in 2009-05-18 13:13:55.000000000 +0200 ++++ freeradius-server-2.1.6/src/modules/rlm_eap/Makefile.in 2009-06-01 17:23:33.047631797 +0200 +@@ -37,7 +37,7 @@ radeapclient.lo: radeapclient.c $(HEADER + + install-subdirs: + @$(MAKE) $(MFLAGS) WHAT_TO_MAKE=install common +- $(LIBTOOL) --mode=install $(INSTALL) -m 755 $(INSTALLSTRIP) radeapclient$(EXEEXT) $(R)$(bindir) ++ #$(LIBTOOL) --mode=install $(INSTALL) -m 755 $(INSTALLSTRIP) radeapclient$(EXEEXT) $(R)$(bindir) + + common: + @for dir in $(RLM_SUBDIRS); do \ diff --git a/package/freeradius/files/freeradius-mod-ldap.conffiles b/package/freeradius/files/freeradius-mod-ldap.conffiles deleted file mode 100644 index ada9fafc1..000000000 --- a/package/freeradius/files/freeradius-mod-ldap.conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/freeradius/ldap.attrmap diff --git a/package/freeradius/files/freeradius-mod-preprocess.conffiles b/package/freeradius/files/freeradius-mod-preprocess.conffiles deleted file mode 100644 index b29cca816..000000000 --- a/package/freeradius/files/freeradius-mod-preprocess.conffiles +++ /dev/null @@ -1,2 +0,0 @@ -/etc/freeradius/hints -/etc/freeradius/huntgroups diff --git a/package/freetype/Makefile b/package/freetype/Makefile index d9cd8bf96..81d18cb51 100644 --- a/package/freetype/Makefile +++ b/package/freetype/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/frickin/Makefile b/package/frickin/Makefile index 770da6e86..e43d5d0eb 100644 --- a/package/frickin/Makefile +++ b/package/frickin/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/fuse/Makefile b/package/fuse/Makefile index e7acd10fa..b3b3658d1 100644 --- a/package/fuse/Makefile +++ b/package/fuse/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gatling/Makefile b/package/gatling/Makefile index 7e6b40763..623008b31 100644 --- a/package/gatling/Makefile +++ b/package/gatling/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gcc/Makefile b/package/gcc/Makefile index 14328595e..6f36c1a9f 100644 --- a/package/gcc/Makefile +++ b/package/gcc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 395a7af4c..bd3c14cfb 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gdbm/Makefile b/package/gdbm/Makefile index 2209f0308..d1d001112 100644 --- a/package/gdbm/Makefile +++ b/package/gdbm/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile index cbcc8909b..383f040f6 100644 --- a/package/gdbserver/Makefile +++ b/package/gdbserver/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gettext/Makefile b/package/gettext/Makefile index 2bdf3eadb..04e1bf06c 100644 --- a/package/gettext/Makefile +++ b/package/gettext/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gkrellmd/Makefile b/package/gkrellmd/Makefile index 3dfc58c77..dba286e4b 100644 --- a/package/gkrellmd/Makefile +++ b/package/gkrellmd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/glib/Makefile b/package/glib/Makefile index fb97ec818..66e3329c8 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/glibc/Makefile b/package/glibc/Makefile index 1cb8c5a50..b2e0d1a6f 100644 --- a/package/glibc/Makefile +++ b/package/glibc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gmediaserver/Makefile b/package/gmediaserver/Makefile index 1da2723f0..bfc0f135c 100644 --- a/package/gmediaserver/Makefile +++ b/package/gmediaserver/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gmp/Makefile b/package/gmp/Makefile index 14e24ebf0..e3e0c7d0d 100644 --- a/package/gmp/Makefile +++ b/package/gmp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gnutls/Makefile b/package/gnutls/Makefile index 1f14ebf2d..83fe67761 100644 --- a/package/gnutls/Makefile +++ b/package/gnutls/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gpg/Makefile b/package/gpg/Makefile index 3dcd24f3b..6ce049855 100644 --- a/package/gpg/Makefile +++ b/package/gpg/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gpm/Makefile b/package/gpm/Makefile index 341ce0333..8058b82a6 100644 --- a/package/gpm/Makefile +++ b/package/gpm/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gpsd/Makefile b/package/gpsd/Makefile index 22369e103..42d75ee63 100644 --- a/package/gpsd/Makefile +++ b/package/gpsd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/gsm/Makefile b/package/gsm/Makefile index 1f8687388..aba1e0366 100644 --- a/package/gsm/Makefile +++ b/package/gsm/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/haserl/Makefile b/package/haserl/Makefile index 56ef46c19..59c1f6d0c 100644 --- a/package/haserl/Makefile +++ b/package/haserl/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/hdparm/Makefile b/package/hdparm/Makefile index 4824f2ab5..a24108ea4 100644 --- a/package/hdparm/Makefile +++ b/package/hdparm/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/heimdal/Makefile b/package/heimdal/Makefile index 8106ee2ec..31fe9b595 100644 --- a/package/heimdal/Makefile +++ b/package/heimdal/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/heyu/Makefile b/package/heyu/Makefile index 7e9efc5a0..c3d40ca56 100644 --- a/package/heyu/Makefile +++ b/package/heyu/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index faf9fbdaa..cf6b8c73c 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/htpdate/Makefile b/package/htpdate/Makefile index 628ddca35..e8dbe39f3 100644 --- a/package/htpdate/Makefile +++ b/package/htpdate/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/httping/Makefile b/package/httping/Makefile index 64ebd15f6..e494d9bd2 100644 --- a/package/httping/Makefile +++ b/package/httping/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/httptunnel/Makefile b/package/httptunnel/Makefile index 58d56e06b..4d4171d30 100644 --- a/package/httptunnel/Makefile +++ b/package/httptunnel/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/icecast/Makefile b/package/icecast/Makefile index 3db42aee2..55ac16f1e 100644 --- a/package/icecast/Makefile +++ b/package/icecast/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/id3lib/Makefile b/package/id3lib/Makefile index 3eb5c5663..545a27e91 100644 --- a/package/id3lib/Makefile +++ b/package/id3lib/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/iftop/Makefile b/package/iftop/Makefile index 1c123734c..0a83c3b8e 100644 --- a/package/iftop/Makefile +++ b/package/iftop/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/igmpproxy/Makefile b/package/igmpproxy/Makefile index 995f70d15..b26be8b8d 100644 --- a/package/igmpproxy/Makefile +++ b/package/igmpproxy/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/inputproto/Makefile b/package/inputproto/Makefile index 0305f070c..84a321b87 100644 --- a/package/inputproto/Makefile +++ b/package/inputproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ipcad/Makefile b/package/ipcad/Makefile index 7074ef874..2fd4c2136 100644 --- a/package/ipcad/Makefile +++ b/package/ipcad/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/iperf/Makefile b/package/iperf/Makefile index 3796df176..dfc9b4732 100644 --- a/package/iperf/Makefile +++ b/package/iperf/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index d2703e645..ca71c53ab 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile index 10a3539e9..4d72e5918 100644 --- a/package/ipsec-tools/Makefile +++ b/package/ipsec-tools/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ipset/Makefile b/package/ipset/Makefile index daaaa72a0..504f7be09 100644 --- a/package/ipset/Makefile +++ b/package/ipset/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 409eaceba..292fc8297 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/iptraf/Makefile b/package/iptraf/Makefile index 5fc36418d..d8d01ef8b 100644 --- a/package/iptraf/Makefile +++ b/package/iptraf/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/irssi/Makefile b/package/irssi/Makefile index 93c7d7b50..35f196048 100644 --- a/package/irssi/Makefile +++ b/package/irssi/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/iw/Makefile b/package/iw/Makefile index 8e153b5cc..2f63420c0 100644 --- a/package/iw/Makefile +++ b/package/iw/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/jamvm/Makefile b/package/jamvm/Makefile index 71417f59d..230bfd9e7 100644 --- a/package/jamvm/Makefile +++ b/package/jamvm/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/jpeg/Makefile b/package/jpeg/Makefile index 5c4e8f05c..a15e3da03 100644 --- a/package/jpeg/Makefile +++ b/package/jpeg/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/kbproto/Makefile b/package/kbproto/Makefile index b73742ff8..bee278c3a 100644 --- a/package/kbproto/Makefile +++ b/package/kbproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/kismet/Makefile b/package/kismet/Makefile index 907d2e535..1cff83cd8 100644 --- a/package/kismet/Makefile +++ b/package/kismet/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/knock/Makefile b/package/knock/Makefile index 384c82ed3..c99b9a7b5 100644 --- a/package/knock/Makefile +++ b/package/knock/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/krb5/Makefile b/package/krb5/Makefile index 80b757823..38dff7af3 100644 --- a/package/krb5/Makefile +++ b/package/krb5/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/l2tpns/Makefile b/package/l2tpns/Makefile index 3a9978957..b3512d9f0 100644 --- a/package/l2tpns/Makefile +++ b/package/l2tpns/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/lame/Makefile b/package/lame/Makefile index 315f501d5..5d86199a6 100644 --- a/package/lame/Makefile +++ b/package/lame/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/less/Makefile b/package/less/Makefile index 92b79f244..38e963bd3 100644 --- a/package/less/Makefile +++ b/package/less/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libICE/Makefile b/package/libICE/Makefile index 6705f3976..9db94cf91 100644 --- a/package/libICE/Makefile +++ b/package/libICE/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libSM/Makefile b/package/libSM/Makefile index 2f9a74e89..86fc53b1c 100644 --- a/package/libSM/Makefile +++ b/package/libSM/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libX11/Makefile b/package/libX11/Makefile index 4b7bd701d..4c6debf0c 100644 --- a/package/libX11/Makefile +++ b/package/libX11/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libXau/Makefile b/package/libXau/Makefile index 12f3b90be..d0f43c7bc 100644 --- a/package/libXau/Makefile +++ b/package/libXau/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libXaw/Makefile b/package/libXaw/Makefile index 1af747632..52c444ced 100644 --- a/package/libXaw/Makefile +++ b/package/libXaw/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libXdmcp/Makefile b/package/libXdmcp/Makefile index 8d9bada25..8b52dc91e 100644 --- a/package/libXdmcp/Makefile +++ b/package/libXdmcp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libXext/Makefile b/package/libXext/Makefile index 6d3ef856f..bf3648798 100644 --- a/package/libXext/Makefile +++ b/package/libXext/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libXfont/Makefile b/package/libXfont/Makefile index e540394e1..8ebf1d199 100644 --- a/package/libXfont/Makefile +++ b/package/libXfont/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libXmu/Makefile b/package/libXmu/Makefile index f4d87f790..28af7968d 100644 --- a/package/libXmu/Makefile +++ b/package/libXmu/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libXpm/Makefile b/package/libXpm/Makefile index a766bc76e..d57f8094a 100644 --- a/package/libXpm/Makefile +++ b/package/libXpm/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libXt/Makefile b/package/libXt/Makefile index 6c0b85d8e..a2eeb5aa3 100644 --- a/package/libXt/Makefile +++ b/package/libXt/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libXv/Makefile b/package/libXv/Makefile index e8e9c9e2a..b09a39d37 100644 --- a/package/libXv/Makefile +++ b/package/libXv/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libXxf86dga/Makefile b/package/libXxf86dga/Makefile index 2be0c3b5b..e8f7b62c2 100644 --- a/package/libXxf86dga/Makefile +++ b/package/libXxf86dga/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libao/Makefile b/package/libao/Makefile index 0f94f65f9..d728b47ee 100644 --- a/package/libao/Makefile +++ b/package/libao/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libart/Makefile b/package/libart/Makefile index f37251c98..3f21e9300 100644 --- a/package/libart/Makefile +++ b/package/libart/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libaudiofile/Makefile b/package/libaudiofile/Makefile index c376e65e3..36b2becf3 100644 --- a/package/libaudiofile/Makefile +++ b/package/libaudiofile/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libc/Makefile b/package/libc/Makefile index a07967255..786b3f32f 100644 --- a/package/libc/Makefile +++ b/package/libc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libcli/Makefile b/package/libcli/Makefile index ba99e764f..41d4eead2 100755 --- a/package/libcli/Makefile +++ b/package/libcli/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libdaemon/Makefile b/package/libdaemon/Makefile index 487351e55..587a76ef4 100644 --- a/package/libdaemon/Makefile +++ b/package/libdaemon/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libdb/Makefile b/package/libdb/Makefile index 782e913d6..40cdb4763 100644 --- a/package/libdb/Makefile +++ b/package/libdb/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libdnet/Makefile b/package/libdnet/Makefile index d96404c10..a1e028bbb 100644 --- a/package/libdnet/Makefile +++ b/package/libdnet/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libelf/Makefile b/package/libelf/Makefile index 664c3f3cc..cc308facb 100644 --- a/package/libelf/Makefile +++ b/package/libelf/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libevent/Makefile b/package/libevent/Makefile index 9a91b1caa..8a35575c3 100644 --- a/package/libevent/Makefile +++ b/package/libevent/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libffi/Makefile b/package/libffi/Makefile index 881c07ba4..d1c71d881 100644 --- a/package/libffi/Makefile +++ b/package/libffi/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libfontenc/Makefile b/package/libfontenc/Makefile index 487d3b71a..a6f883d90 100644 --- a/package/libfontenc/Makefile +++ b/package/libfontenc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libgcrypt/Makefile b/package/libgcrypt/Makefile index a414dca74..f8ea5e1b7 100644 --- a/package/libgcrypt/Makefile +++ b/package/libgcrypt/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libgd/Makefile b/package/libgd/Makefile index 32d4f49a6..2217d4244 100644 --- a/package/libgd/Makefile +++ b/package/libgd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libgpg-error/Makefile b/package/libgpg-error/Makefile index b9de6136c..ec554b0da 100644 --- a/package/libgpg-error/Makefile +++ b/package/libgpg-error/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libgssglue/Makefile b/package/libgssglue/Makefile index 7a9b3b409..d5f893a80 100644 --- a/package/libgssglue/Makefile +++ b/package/libgssglue/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libiconv/Makefile b/package/libiconv/Makefile index 75f314167..d4b092ba5 100644 --- a/package/libiconv/Makefile +++ b/package/libiconv/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libid3tag/Makefile b/package/libid3tag/Makefile index 3c705c692..34b2417cc 100644 --- a/package/libid3tag/Makefile +++ b/package/libid3tag/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/liblzo/Makefile b/package/liblzo/Makefile index 6259a59fd..c10b4d689 100644 --- a/package/liblzo/Makefile +++ b/package/liblzo/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libmad/Makefile b/package/libmad/Makefile index 0c3ab8f51..3b6d14be2 100644 --- a/package/libmad/Makefile +++ b/package/libmad/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libnet/Makefile b/package/libnet/Makefile index 788650ba7..fbad8f90b 100644 --- a/package/libnet/Makefile +++ b/package/libnet/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libnfsidmap/Makefile b/package/libnfsidmap/Makefile index 926882056..1a4bd35af 100644 --- a/package/libnfsidmap/Makefile +++ b/package/libnfsidmap/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libnids/Makefile b/package/libnids/Makefile index 2844d15b7..91e265071 100644 --- a/package/libnids/Makefile +++ b/package/libnids/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libnl/Makefile b/package/libnl/Makefile index d11f3e2bb..a1c4657f7 100644 --- a/package/libnl/Makefile +++ b/package/libnl/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libogg/Makefile b/package/libogg/Makefile index fb95c2209..3242d1b91 100644 --- a/package/libogg/Makefile +++ b/package/libogg/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libol/Makefile b/package/libol/Makefile index 9e8243c03..6629e2d18 100644 --- a/package/libol/Makefile +++ b/package/libol/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libosip2/Makefile b/package/libosip2/Makefile index 1be2121c4..f93bf4c00 100644 --- a/package/libosip2/Makefile +++ b/package/libosip2/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libowfat/Makefile b/package/libowfat/Makefile index 276d11886..2252d83f5 100644 --- a/package/libowfat/Makefile +++ b/package/libowfat/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libp11/Makefile b/package/libp11/Makefile index e71e780b4..12565f97c 100644 --- a/package/libp11/Makefile +++ b/package/libp11/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index 2e8415ee7..877b35a37 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libpciaccess/Makefile b/package/libpciaccess/Makefile index b4c8dc652..ccf80e9a1 100644 --- a/package/libpciaccess/Makefile +++ b/package/libpciaccess/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libpng/Makefile b/package/libpng/Makefile index 11111108d..9d95fd0ba 100644 --- a/package/libpng/Makefile +++ b/package/libpng/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libpri/Makefile b/package/libpri/Makefile index 5da4ebe04..7da358229 100644 --- a/package/libpri/Makefile +++ b/package/libpri/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile index cbf398e1f..74b0ea865 100644 --- a/package/libpthread/Makefile +++ b/package/libpthread/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/librpcsecgss/Makefile b/package/librpcsecgss/Makefile index bcdb41134..ed47b9cd5 100644 --- a/package/librpcsecgss/Makefile +++ b/package/librpcsecgss/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libshout/Makefile b/package/libshout/Makefile index b5f9c3a09..f91cd809c 100644 --- a/package/libshout/Makefile +++ b/package/libshout/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libsigc++/Makefile b/package/libsigc++/Makefile index 266f82f9c..e056aab28 100644 --- a/package/libsigc++/Makefile +++ b/package/libsigc++/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libstdcxx/Makefile b/package/libstdcxx/Makefile index ae07966ab..1d6359c59 100644 --- a/package/libstdcxx/Makefile +++ b/package/libstdcxx/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libtasn1/Makefile b/package/libtasn1/Makefile index 239a297bc..abccb263a 100644 --- a/package/libtasn1/Makefile +++ b/package/libtasn1/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libthread_db/Makefile b/package/libthread_db/Makefile index 811d1c5f1..42e9311b5 100644 --- a/package/libthread_db/Makefile +++ b/package/libthread_db/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libtiff/Makefile b/package/libtiff/Makefile index 240382feb..90aa220d4 100644 --- a/package/libtiff/Makefile +++ b/package/libtiff/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libtirpc/Makefile b/package/libtirpc/Makefile index 0cf696875..0a8ee70e8 100644 --- a/package/libtirpc/Makefile +++ b/package/libtirpc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 1e88dd366..40aa46663 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libtorrent/Makefile b/package/libtorrent/Makefile index eb3d7b4ac..3cbe6d082 100644 --- a/package/libtorrent/Makefile +++ b/package/libtorrent/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libupnp/Makefile b/package/libupnp/Makefile index cfe80adea..31f2cd6e9 100644 --- a/package/libupnp/Makefile +++ b/package/libupnp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libusb-compat/Makefile b/package/libusb-compat/Makefile index 82fd5e34f..452616011 100644 --- a/package/libusb-compat/Makefile +++ b/package/libusb-compat/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libusb/Makefile b/package/libusb/Makefile index c705ba982..dec66a988 100644 --- a/package/libusb/Makefile +++ b/package/libusb/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libvorbis/Makefile b/package/libvorbis/Makefile index 6729737b3..a78edf31d 100644 --- a/package/libvorbis/Makefile +++ b/package/libvorbis/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libvorbisidec/Makefile b/package/libvorbisidec/Makefile index 1d840d21f..d68e1a46b 100644 --- a/package/libvorbisidec/Makefile +++ b/package/libvorbisidec/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libxkbfile/Makefile b/package/libxkbfile/Makefile index 3835cc6b0..eeaa4c051 100644 --- a/package/libxkbfile/Makefile +++ b/package/libxkbfile/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index ed4dc172c..2025a1a64 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/libxslt/Makefile b/package/libxslt/Makefile index 4b9f50c7f..447fa5e7f 100644 --- a/package/libxslt/Makefile +++ b/package/libxslt/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/lighttpd/Makefile b/package/lighttpd/Makefile index 467200e37..69d8e8432 100644 --- a/package/lighttpd/Makefile +++ b/package/lighttpd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/links/Makefile b/package/links/Makefile index f44745e3e..5238c599f 100644 --- a/package/links/Makefile +++ b/package/links/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index fe5e0c47b..b3e646704 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/logrotate/Makefile b/package/logrotate/Makefile index 7596927dc..bd2b102ef 100644 --- a/package/logrotate/Makefile +++ b/package/logrotate/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/lrzsz/Makefile b/package/lrzsz/Makefile index 47784d0a6..955b6925e 100644 --- a/package/lrzsz/Makefile +++ b/package/lrzsz/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/lua/Makefile b/package/lua/Makefile index 4df8515cc..583de4562 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/lvm/Makefile b/package/lvm/Makefile index 65249a1da..98d97041a 100644 --- a/package/lvm/Makefile +++ b/package/lvm/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/lynx/Makefile b/package/lynx/Makefile index e51227fea..388109c89 100644 --- a/package/lynx/Makefile +++ b/package/lynx/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 48b418bfc..b3af9aa21 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/macchanger/Makefile b/package/macchanger/Makefile index a5ad82a80..c9f8aab41 100755 --- a/package/macchanger/Makefile +++ b/package/macchanger/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/madplay/Makefile b/package/madplay/Makefile index 8d5894b4f..e890cc3c2 100644 --- a/package/madplay/Makefile +++ b/package/madplay/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/maradns/Makefile b/package/maradns/Makefile index b481106c3..2b183195b 100644 --- a/package/maradns/Makefile +++ b/package/maradns/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mc/Makefile b/package/mc/Makefile index 4bd541c14..10ed0320a 100644 --- a/package/mc/Makefile +++ b/package/mc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mgetty/Makefile b/package/mgetty/Makefile index cb3f9b49b..3628f7043 100644 --- a/package/mgetty/Makefile +++ b/package/mgetty/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/miau/Makefile b/package/miau/Makefile index b18ea6503..5ceb9a48e 100644 --- a/package/miau/Makefile +++ b/package/miau/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/miax/Makefile b/package/miax/Makefile index 8c4753355..f028a4879 100644 --- a/package/miax/Makefile +++ b/package/miax/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/microperl/Makefile b/package/microperl/Makefile index 8ac27e660..ea04c6e2f 100644 --- a/package/microperl/Makefile +++ b/package/microperl/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mini_httpd/Makefile b/package/mini_httpd/Makefile index 17f8caced..e43e7f4bf 100644 --- a/package/mini_httpd/Makefile +++ b/package/mini_httpd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mini_sendmail/Makefile b/package/mini_sendmail/Makefile index a091df078..0724048bd 100644 --- a/package/mini_sendmail/Makefile +++ b/package/mini_sendmail/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/miredo/Makefile b/package/miredo/Makefile index 90161bd97..23e284270 100644 --- a/package/miredo/Makefile +++ b/package/miredo/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mksh/Makefile b/package/mksh/Makefile index 1ef2368b0..5ef85559f 100644 --- a/package/mksh/Makefile +++ b/package/mksh/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/moc/Makefile b/package/moc/Makefile index 021271303..994ced6c6 100644 --- a/package/moc/Makefile +++ b/package/moc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/monit/Makefile b/package/monit/Makefile index 68ef0e683..86859645d 100644 --- a/package/monit/Makefile +++ b/package/monit/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/motion/Makefile b/package/motion/Makefile index 5253297cd..80f70edc0 100644 --- a/package/motion/Makefile +++ b/package/motion/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mpd/Makefile b/package/mpd/Makefile index 4b943e484..ba51f04f4 100644 --- a/package/mpd/Makefile +++ b/package/mpd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mpfr/Makefile b/package/mpfr/Makefile index 5d1c86f47..6c95863b3 100644 --- a/package/mpfr/Makefile +++ b/package/mpfr/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mplayer/Makefile b/package/mplayer/Makefile index b8ef3ade5..0c330a792 100644 --- a/package/mplayer/Makefile +++ b/package/mplayer/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mrd6/Makefile b/package/mrd6/Makefile index 4cac9e588..537800ffb 100644 --- a/package/mrd6/Makefile +++ b/package/mrd6/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mt-daapd/Makefile b/package/mt-daapd/Makefile index 8280a958d..b42b26654 100644 --- a/package/mt-daapd/Makefile +++ b/package/mt-daapd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mtr/Makefile b/package/mtr/Makefile index 87afd18d9..a53f2ee8d 100644 --- a/package/mtr/Makefile +++ b/package/mtr/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mutt/Makefile b/package/mutt/Makefile index 7b6137104..4a5673dd9 100644 --- a/package/mutt/Makefile +++ b/package/mutt/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/mysql/Makefile b/package/mysql/Makefile index 32662ec4c..f0951d29f 100644 --- a/package/mysql/Makefile +++ b/package/mysql/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/nano/Makefile b/package/nano/Makefile index 65baf4f69..455bc7972 100644 --- a/package/nano/Makefile +++ b/package/nano/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index e9bb8bf12..06f2ef055 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ndisc/Makefile b/package/ndisc/Makefile index 8a378af46..4cdefc38e 100644 --- a/package/ndisc/Makefile +++ b/package/ndisc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/neon/Makefile b/package/neon/Makefile index 947390d65..e0d6c88d8 100644 --- a/package/neon/Makefile +++ b/package/neon/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/net-snmp/Makefile b/package/net-snmp/Makefile index 32c2c755a..1fca35b41 100644 --- a/package/net-snmp/Makefile +++ b/package/net-snmp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/netperf/Makefile b/package/netperf/Makefile index 4bf5c123c..fbec25d18 100644 --- a/package/netperf/Makefile +++ b/package/netperf/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/netstat-nat/Makefile b/package/netstat-nat/Makefile index 9a32909b8..2f1ee958f 100644 --- a/package/netstat-nat/Makefile +++ b/package/netstat-nat/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/nfs-utils/Makefile b/package/nfs-utils/Makefile index e52cdb38e..fbb64d057 100644 --- a/package/nfs-utils/Makefile +++ b/package/nfs-utils/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/nmap/Makefile b/package/nmap/Makefile index a1f69228b..5e4222551 100644 --- a/package/nmap/Makefile +++ b/package/nmap/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile index 492e4a6dd..c50a8bab1 100644 --- a/package/ntfs-3g/Makefile +++ b/package/ntfs-3g/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ntpclient/Makefile b/package/ntpclient/Makefile index ef0f62022..12187c7b9 100644 --- a/package/ntpclient/Makefile +++ b/package/ntpclient/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/nut/Makefile b/package/nut/Makefile index 97418808b..d7eeb7b8c 100644 --- a/package/nut/Makefile +++ b/package/nut/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/obexftp/Makefile b/package/obexftp/Makefile index 1cac5d270..cfa72a988 100644 --- a/package/obexftp/Makefile +++ b/package/obexftp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/olsrd/Makefile b/package/olsrd/Makefile index c45b72fc5..e730f51bc 100644 --- a/package/olsrd/Makefile +++ b/package/olsrd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/opencdk/Makefile b/package/opencdk/Makefile index f6492e4b7..844f800a7 100644 --- a/package/opencdk/Makefile +++ b/package/opencdk/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/openct/Makefile b/package/openct/Makefile index c561727b3..0a53477be 100644 --- a/package/openct/Makefile +++ b/package/openct/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/openldap/Makefile b/package/openldap/Makefile index a42da2b16..988dc61ca 100644 --- a/package/openldap/Makefile +++ b/package/openldap/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/openntpd/Makefile b/package/openntpd/Makefile index 96c425866..f341614d1 100644 --- a/package/openntpd/Makefile +++ b/package/openntpd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/openobex/Makefile b/package/openobex/Makefile index 25cebd71a..41dfb4f6d 100644 --- a/package/openobex/Makefile +++ b/package/openobex/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/opensc/Makefile b/package/opensc/Makefile index 2c742ca95..cac67d7c7 100644 --- a/package/opensc/Makefile +++ b/package/opensc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/opensips/Makefile b/package/opensips/Makefile index 45491e7b8..db6d4b69d 100644 --- a/package/opensips/Makefile +++ b/package/opensips/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/opensips/files/opensips.cfg b/package/opensips/files/opensips.cfg index 3b5d4d42e..e94262ebe 100644 --- a/package/opensips/files/opensips.cfg +++ b/package/opensips/files/opensips.cfg @@ -1,5 +1,4 @@ # -# $Id: openser.cfg 1827 2007-03-12 15:22:53Z bogdan_iancu $ # # simple quick-start config script # Please refer to the Core CookBook at http://www.openser.org/dokuwiki/doku.php diff --git a/package/openssh/Makefile b/package/openssh/Makefile index 45ea785f4..6a6dfa380 100644 --- a/package/openssh/Makefile +++ b/package/openssh/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/openssl-pkcs11/Makefile b/package/openssl-pkcs11/Makefile index 283fa911c..9e3054c4a 100644 --- a/package/openssl-pkcs11/Makefile +++ b/package/openssl-pkcs11/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/openssl/Makefile b/package/openssl/Makefile index bc5a9a2f2..d17dd6163 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/openswan/Makefile b/package/openswan/Makefile index 7fea6fdd9..fef0c8c16 100644 --- a/package/openswan/Makefile +++ b/package/openswan/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/openvpn/Makefile b/package/openvpn/Makefile index b18303d75..c88869999 100644 --- a/package/openvpn/Makefile +++ b/package/openvpn/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/oprofile/Makefile b/package/oprofile/Makefile index 4688dedf7..6b8b720a4 100644 --- a/package/oprofile/Makefile +++ b/package/oprofile/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/osiris/Makefile b/package/osiris/Makefile index e7d8504e9..97f1e9d52 100644 --- a/package/osiris/Makefile +++ b/package/osiris/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/owfs/Makefile b/package/owfs/Makefile index 23579266d..9be07eabb 100644 --- a/package/owfs/Makefile +++ b/package/owfs/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/p910nd/Makefile b/package/p910nd/Makefile index 6e990a7c2..bbf315e2f 100644 --- a/package/p910nd/Makefile +++ b/package/p910nd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/palantir/Makefile b/package/palantir/Makefile index 986954309..e87cb295c 100644 --- a/package/palantir/Makefile +++ b/package/palantir/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/parprouted/Makefile b/package/parprouted/Makefile index ee596b393..d1200520a 100644 --- a/package/parprouted/Makefile +++ b/package/parprouted/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/pciutils/Makefile b/package/pciutils/Makefile index bd5da3cba..d6530bc1c 100644 --- a/package/pciutils/Makefile +++ b/package/pciutils/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/pcre/Makefile b/package/pcre/Makefile index e6876a1f1..a2324d4f6 100644 --- a/package/pcre/Makefile +++ b/package/pcre/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/php/Makefile b/package/php/Makefile index 6e3ded395..cd5ecf48c 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/picocom/Makefile b/package/picocom/Makefile index d8a9e17ea..2b7fe906f 100644 --- a/package/picocom/Makefile +++ b/package/picocom/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/pipacs/Makefile b/package/pipacs/Makefile index 44bf8e656..95379106f 100644 --- a/package/pipacs/Makefile +++ b/package/pipacs/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/pipacs/src/Makefile b/package/pipacs/src/Makefile index a9a88059d..3a48e88f7 100644 --- a/package/pipacs/src/Makefile +++ b/package/pipacs/src/Makefile @@ -1,4 +1,3 @@ -# $Id$ EXTRA_CFLAGS := -c -I. PIPACS_OBJS := pipacs.o parser.o diff --git a/package/pixman/Makefile b/package/pixman/Makefile index 3eccea865..f25739f67 100644 --- a/package/pixman/Makefile +++ b/package/pixman/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/pmacct/Makefile b/package/pmacct/Makefile index bd300dd9e..c57e9008a 100644 --- a/package/pmacct/Makefile +++ b/package/pmacct/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/popt/Makefile b/package/popt/Makefile index 150e59526..0aa970c08 100644 --- a/package/popt/Makefile +++ b/package/popt/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/portmap/Makefile b/package/portmap/Makefile index e4eba9d32..a1864a135 100644 --- a/package/portmap/Makefile +++ b/package/portmap/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/portsentry/Makefile b/package/portsentry/Makefile index 459298b3f..351438d72 100644 --- a/package/portsentry/Makefile +++ b/package/portsentry/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/postgresql/Makefile b/package/postgresql/Makefile index 05929cbbd..fa676f312 100644 --- a/package/postgresql/Makefile +++ b/package/postgresql/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ppp/Makefile b/package/ppp/Makefile index e24dcdd2c..4cf657ed3 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/pptp/Makefile b/package/pptp/Makefile index 8c892d1d8..18de2b04e 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/pptpd/Makefile b/package/pptpd/Makefile index b47443718..0a5a10b87 100644 --- a/package/pptpd/Makefile +++ b/package/pptpd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/privoxy/Makefile b/package/privoxy/Makefile index 2bc7ab4b3..8da620254 100644 --- a/package/privoxy/Makefile +++ b/package/privoxy/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/procmail/Makefile b/package/procmail/Makefile index fcb6f214b..b03828a3c 100644 --- a/package/procmail/Makefile +++ b/package/procmail/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/procps/Makefile b/package/procps/Makefile index a57e034fe..3839b3133 100644 --- a/package/procps/Makefile +++ b/package/procps/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ptunnel/Makefile b/package/ptunnel/Makefile index 0888dcf96..dab849974 100644 --- a/package/ptunnel/Makefile +++ b/package/ptunnel/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/quagga/Makefile b/package/quagga/Makefile index 6ac348331..02b8b0347 100644 --- a/package/quagga/Makefile +++ b/package/quagga/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/raddump/Makefile b/package/raddump/Makefile index 8031ece50..28c84e709 100755 --- a/package/raddump/Makefile +++ b/package/raddump/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/radiusclient-ng/Config.in b/package/radiusclient-ng/Config.in deleted file mode 100644 index 4e37c02da..000000000 --- a/package/radiusclient-ng/Config.in +++ /dev/null @@ -1,27 +0,0 @@ -config ADK_COMPILE_RADIUSCLIENT_NG - tristate - default n - depends ADK_PACKAGE_LIBRADIUSCLIENT_NG - -config ADK_PACKAGE_RADIUSCLIENT_NG - prompt "radiusclient-ng................... RADIUS client" - tristate - default n - select ADK_PACKAGE_LIBOPENSSL - select ADK_PACKAGE_LIBRADIUSCLIENT_NG - help - Purpose of this project is to build portable, easy-to-use and standard compliant - library suitable for developing free and commercial software that need support - for a RADIUS protocol (RFCs 2128 and 2139). - - http://developer.berlios.de/projects/radiusclient-ng/ - - Depends: libopenssl - -config ADK_PACKAGE_LIBRADIUSCLIENT_NG - prompt "libradiusclient-ng................ RADIUS client library" - tristate - default n - select ADK_COMPILE_RADIUSCLIENT_NG - help - Developpment library from radiusclient-ng diff --git a/package/radiusclient-ng/Makefile b/package/radiusclient-ng/Makefile deleted file mode 100644 index 610b006ed..000000000 --- a/package/radiusclient-ng/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $Id$ -#- -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include ${TOPDIR}/rules.mk - -PKG_NAME:= radiusclient-ng -PKG_VERSION:= 0.5.6 -PKG_RELEASE:= 1 -PKG_MD5SUM:= 6fb7d4d0aefafaee7385831ac46a8e9c -PKG_DESCR:= RADIUS client -PKG_SECTION:= net -PKG_DEPENDS:= libopenssl -PKG_SITES:= http://download.berlios.de/radiusclient-ng/ \ - http://download2.berlios.de/radiusclient-ng/ - -include ${TOPDIR}/mk/package.mk - -$(eval $(call PKG_template,RADIUSCLIENT_NG,radiusclient-ng,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,LIBRADIUSCLIENT_NG,libradiusclient-ng,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -CONFIGURE_STYLE:= gnu -CONFIGURE_ARGS+= ac_cv_func_getdomainname=yes -BUILD_STYLE:= auto -ALL_TARGET:= install-exec install-data -MAKE_FLAGS+= DESTDIR="${WRKINST}" - -do-install: - ${INSTALL_DIR} ${IDIR_RADIUSCLIENT_NG}/usr - ${CP} ${WRKINST}/usr/sbin ${IDIR_RADIUSCLIENT_NG}/usr/ - ${CP} ${WRKINST}/etc ${IDIR_RADIUSCLIENT_NG}/ - ${INSTALL_DIR} ${IDIR_LIBRADIUSCLIENT_NG}/usr - ${CP} ${WRKINST}/usr/lib ${IDIR_LIBRADIUSCLIENT_NG}/usr/ - -include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/radiusclient-ng/patches/01-cross_compile.patch b/package/radiusclient-ng/patches/01-cross_compile.patch deleted file mode 100644 index 3c4e3d192..000000000 --- a/package/radiusclient-ng/patches/01-cross_compile.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Nur radiusclient-ng-0.5.5.orig/configure radiusclient-ng-0.5.5/configure ---- radiusclient-ng-0.5.5.orig/configure 2007-02-05 13:53:08.000000000 +0100 -+++ radiusclient-ng-0.5.5/configure 2007-03-05 10:36:37.000000000 +0100 -@@ -23332,8 +23332,7 @@ - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling - See \`config.log' for more details." >&5 - echo "$as_me: error: cannot run test program while cross compiling --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+See \`config.log' for more details." >&2;} } - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ diff --git a/package/radvd/Makefile b/package/radvd/Makefile index 89f46e94f..e2d7ab460 100644 --- a/package/radvd/Makefile +++ b/package/radvd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/randrproto/Makefile b/package/randrproto/Makefile index fe2cc6a63..13ff30a01 100644 --- a/package/randrproto/Makefile +++ b/package/randrproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/rarpd/Makefile b/package/rarpd/Makefile index 9158c3f9b..0121f933c 100644 --- a/package/rarpd/Makefile +++ b/package/rarpd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/rdate/Makefile b/package/rdate/Makefile index 39d74f6bf..f35a8e851 100644 --- a/package/rdate/Makefile +++ b/package/rdate/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/readline/Makefile b/package/readline/Makefile index bdc05960e..a9d81fa1e 100644 --- a/package/readline/Makefile +++ b/package/readline/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/reaim/Makefile b/package/reaim/Makefile index 77d09db0e..7b55eeed4 100644 --- a/package/reaim/Makefile +++ b/package/reaim/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/renderproto/Makefile b/package/renderproto/Makefile index 498e29dcc..cdf37cf11 100644 --- a/package/renderproto/Makefile +++ b/package/renderproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/resourceproto/Makefile b/package/resourceproto/Makefile index a81948d9b..f53312ebf 100644 --- a/package/resourceproto/Makefile +++ b/package/resourceproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/rp-pppoe/Makefile b/package/rp-pppoe/Makefile index bdb69a492..c79f76869 100644 --- a/package/rp-pppoe/Makefile +++ b/package/rp-pppoe/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/rrdcollect/Makefile b/package/rrdcollect/Makefile index ee6228092..cc711c505 100644 --- a/package/rrdcollect/Makefile +++ b/package/rrdcollect/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/rrdtool/Makefile b/package/rrdtool/Makefile index 6903ef045..e1c09b1e5 100644 --- a/package/rrdtool/Makefile +++ b/package/rrdtool/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/rrs/Makefile b/package/rrs/Makefile index 9404034f4..b4c0df6db 100644 --- a/package/rrs/Makefile +++ b/package/rrs/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/rsync/Makefile b/package/rsync/Makefile index 99c1d9743..013bffe81 100644 --- a/package/rsync/Makefile +++ b/package/rsync/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/rtorrent/Makefile b/package/rtorrent/Makefile index 1b6723f86..dc3ee50a2 100644 --- a/package/rtorrent/Makefile +++ b/package/rtorrent/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ruby/Makefile b/package/ruby/Makefile index 871d23a31..10ac8285b 100644 --- a/package/ruby/Makefile +++ b/package/ruby/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/samba/Makefile b/package/samba/Makefile index 0b2897e31..bbc50cc18 100644 --- a/package/samba/Makefile +++ b/package/samba/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/sane-backends/Makefile b/package/sane-backends/Makefile index 7f5e28958..dcfb9b60d 100644 --- a/package/sane-backends/Makefile +++ b/package/sane-backends/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/scanlogd/Makefile b/package/scanlogd/Makefile index 1b7db8704..f0b66541d 100644 --- a/package/scanlogd/Makefile +++ b/package/scanlogd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/scdp/Makefile b/package/scdp/Makefile index e89fd88db..24629ecb0 100644 --- a/package/scdp/Makefile +++ b/package/scdp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/screen/Makefile b/package/screen/Makefile index ec298f437..5ce7ed6e4 100644 --- a/package/screen/Makefile +++ b/package/screen/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/scrnsaverproto/Makefile b/package/scrnsaverproto/Makefile index 0b67063d4..8a0eade8a 100644 --- a/package/scrnsaverproto/Makefile +++ b/package/scrnsaverproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/scsi-spin/Makefile b/package/scsi-spin/Makefile index 5f5e84ead..f8a551b9b 100644 --- a/package/scsi-spin/Makefile +++ b/package/scsi-spin/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ser2net/Makefile b/package/ser2net/Makefile index 543f1b2f1..33041b28f 100644 --- a/package/ser2net/Makefile +++ b/package/ser2net/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/serdisplib/Makefile b/package/serdisplib/Makefile index 903ac2204..9dbf0356c 100644 --- a/package/serdisplib/Makefile +++ b/package/serdisplib/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/setpwc/Makefile b/package/setpwc/Makefile index 2a9af67e7..12e685bd5 100644 --- a/package/setpwc/Makefile +++ b/package/setpwc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/setserial/Makefile b/package/setserial/Makefile index 95be6da82..47e179329 100644 --- a/package/setserial/Makefile +++ b/package/setserial/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/shat/Makefile b/package/shat/Makefile index a25533dc9..b9ab7096a 100644 --- a/package/shat/Makefile +++ b/package/shat/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/shorewall-common/Makefile b/package/shorewall-common/Makefile index 230d6e56d..44ddbfffe 100644 --- a/package/shorewall-common/Makefile +++ b/package/shorewall-common/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/shorewall-shell/Makefile b/package/shorewall-shell/Makefile index 54611e247..c5d1bfb0c 100644 --- a/package/shorewall-shell/Makefile +++ b/package/shorewall-shell/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/siproxd/Makefile b/package/siproxd/Makefile index f2fe5c3f2..d04603641 100644 --- a/package/siproxd/Makefile +++ b/package/siproxd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/sipsak/Makefile b/package/sipsak/Makefile index 00c9be071..089cb6afe 100644 --- a/package/sipsak/Makefile +++ b/package/sipsak/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/sispmctl/Makefile b/package/sispmctl/Makefile index 7ae648c16..ad6c7ee93 100644 --- a/package/sispmctl/Makefile +++ b/package/sispmctl/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/snort-wireless/Makefile b/package/snort-wireless/Makefile index 542898b0f..829b9410f 100644 --- a/package/snort-wireless/Makefile +++ b/package/snort-wireless/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/snort/Makefile b/package/snort/Makefile index 081229029..d57a6c555 100644 --- a/package/snort/Makefile +++ b/package/snort/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/socat/Makefile b/package/socat/Makefile index d0e18af7c..ab6d5c059 100644 --- a/package/socat/Makefile +++ b/package/socat/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/speex/Makefile b/package/speex/Makefile index d36189df2..56dfb2d14 100644 --- a/package/speex/Makefile +++ b/package/speex/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/sqlite/Makefile b/package/sqlite/Makefile index 8f5ff918f..225c7e78a 100644 --- a/package/sqlite/Makefile +++ b/package/sqlite/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/squid/Makefile b/package/squid/Makefile index c16cdd219..9224f5845 100644 --- a/package/squid/Makefile +++ b/package/squid/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/srelay/Makefile b/package/srelay/Makefile index 6106efb1f..f0065f3ff 100644 --- a/package/srelay/Makefile +++ b/package/srelay/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ssltunnel/Makefile b/package/ssltunnel/Makefile index d752865e5..738fa125c 100644 --- a/package/ssltunnel/Makefile +++ b/package/ssltunnel/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ssmtp/Makefile b/package/ssmtp/Makefile index 0d81a36dd..00dafa296 100644 --- a/package/ssmtp/Makefile +++ b/package/ssmtp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/strace/Makefile b/package/strace/Makefile index 75c04afe6..0eda1d6c9 100644 --- a/package/strace/Makefile +++ b/package/strace/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/stress/Makefile b/package/stress/Makefile index 8bde6d54b..4ac1858ce 100644 --- a/package/stress/Makefile +++ b/package/stress/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/subversion/Makefile b/package/subversion/Makefile index 88bd980cb..5086db30f 100644 --- a/package/subversion/Makefile +++ b/package/subversion/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile index 34e902b13..26f96f449 100644 --- a/package/swconfig/Makefile +++ b/package/swconfig/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/syslog-ng/Makefile b/package/syslog-ng/Makefile index 92f52814d..13ea83eeb 100644 --- a/package/syslog-ng/Makefile +++ b/package/syslog-ng/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/sysstat/Makefile b/package/sysstat/Makefile index 9b5bdefcb..e1f28029b 100644 --- a/package/sysstat/Makefile +++ b/package/sysstat/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/tar/Makefile b/package/tar/Makefile index 638ba6432..a38e55e67 100644 --- a/package/tar/Makefile +++ b/package/tar/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/tcl/Makefile b/package/tcl/Makefile index 5892064bd..c1437cf8d 100644 --- a/package/tcl/Makefile +++ b/package/tcl/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/tcp_wrappers/Makefile b/package/tcp_wrappers/Makefile index 69a701849..77c8ed6ba 100644 --- a/package/tcp_wrappers/Makefile +++ b/package/tcp_wrappers/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/tcpdump/Makefile b/package/tcpdump/Makefile index 59250a6fb..cce37c8fc 100644 --- a/package/tcpdump/Makefile +++ b/package/tcpdump/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/tinc/Makefile b/package/tinc/Makefile index e9af51f7a..27f61a2ca 100644 --- a/package/tinc/Makefile +++ b/package/tinc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/tinyproxy/Makefile b/package/tinyproxy/Makefile index 9d2fa7637..12e01de18 100644 --- a/package/tinyproxy/Makefile +++ b/package/tinyproxy/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/tmsnc/Makefile b/package/tmsnc/Makefile index 40989c2d5..915ef3dc1 100644 --- a/package/tmsnc/Makefile +++ b/package/tmsnc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/tntnet/Makefile b/package/tntnet/Makefile index 59c45ed5c..1358e58e6 100644 --- a/package/tntnet/Makefile +++ b/package/tntnet/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/tor/Makefile b/package/tor/Makefile index 62d13315e..cf952da0d 100644 --- a/package/tor/Makefile +++ b/package/tor/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/trafshow/Makefile b/package/trafshow/Makefile index ce84a3661..d0d0dde3a 100644 --- a/package/trafshow/Makefile +++ b/package/trafshow/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ttcp/Makefile b/package/ttcp/Makefile index 6eec264c6..81f8daae2 100644 --- a/package/ttcp/Makefile +++ b/package/ttcp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/uclibc++/Makefile b/package/uclibc++/Makefile index 59a87ba5d..d2691a9a4 100644 --- a/package/uclibc++/Makefile +++ b/package/uclibc++/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/uclibc/Makefile b/package/uclibc/Makefile index 707d62b4a..5fc4bab62 100644 --- a/package/uclibc/Makefile +++ b/package/uclibc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/udev/Makefile b/package/udev/Makefile index 4a8a94800..dd7a8c2fe 100644 --- a/package/udev/Makefile +++ b/package/udev/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/udp-broadcast-relay/Makefile b/package/udp-broadcast-relay/Makefile index cc2366dd2..cae0bb095 100644 --- a/package/udp-broadcast-relay/Makefile +++ b/package/udp-broadcast-relay/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ulogd/Makefile b/package/ulogd/Makefile index f57d35499..25da8ecdd 100644 --- a/package/ulogd/Makefile +++ b/package/ulogd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/updatedd/Makefile b/package/updatedd/Makefile index 50c925241..cd8d7c0c4 100644 --- a/package/updatedd/Makefile +++ b/package/updatedd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/usbutils/Makefile b/package/usbutils/Makefile index d9d058733..8e032cc0e 100644 --- a/package/usbutils/Makefile +++ b/package/usbutils/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ussp-push/Makefile b/package/ussp-push/Makefile index 2c656732a..c62f5a885 100644 --- a/package/ussp-push/Makefile +++ b/package/ussp-push/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/ustl/Makefile b/package/ustl/Makefile index b560b57d2..8f9266c4b 100644 --- a/package/ustl/Makefile +++ b/package/ustl/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 570203887..ccf9e2677 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/valgrind/Makefile b/package/valgrind/Makefile index 5b84b7d9b..7c87147ed 100644 --- a/package/valgrind/Makefile +++ b/package/valgrind/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/vgp/Makefile b/package/vgp/Makefile index db0d7e227..2b8651130 100755 --- a/package/vgp/Makefile +++ b/package/vgp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/videoproto/Makefile b/package/videoproto/Makefile index bae4b12ad..f85cc43d2 100644 --- a/package/videoproto/Makefile +++ b/package/videoproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/vilistextum/Makefile b/package/vilistextum/Makefile index 8bfcb84cd..f96ca2103 100644 --- a/package/vilistextum/Makefile +++ b/package/vilistextum/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/vim/Makefile b/package/vim/Makefile index 323b1acad..8aa47d59a 100644 --- a/package/vim/Makefile +++ b/package/vim/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/vnc-reflector/Makefile b/package/vnc-reflector/Makefile index eadbd309b..0e7bbd9be 100644 --- a/package/vnc-reflector/Makefile +++ b/package/vnc-reflector/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/vnstat/Makefile b/package/vnstat/Makefile index da4ef4a14..f273378dc 100644 --- a/package/vnstat/Makefile +++ b/package/vnstat/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/vpnc/Makefile b/package/vpnc/Makefile index dea887dd8..f38d055df 100644 --- a/package/vpnc/Makefile +++ b/package/vpnc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/vrrpd/Makefile b/package/vrrpd/Makefile index 863fc1012..e6b557eb5 100644 --- a/package/vrrpd/Makefile +++ b/package/vrrpd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/vsftpd/Makefile b/package/vsftpd/Makefile index 9cf34f1a7..2975d938d 100644 --- a/package/vsftpd/Makefile +++ b/package/vsftpd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/vtun/Makefile b/package/vtun/Makefile index 215615074..513d6ccdc 100644 --- a/package/vtun/Makefile +++ b/package/vtun/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/watchdog/Makefile b/package/watchdog/Makefile index 3c2d61a4c..1424b29fd 100644 --- a/package/watchdog/Makefile +++ b/package/watchdog/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/wccpd/Makefile b/package/wccpd/Makefile index 143545bf2..3997829ee 100644 --- a/package/wccpd/Makefile +++ b/package/wccpd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/wdfs/Makefile b/package/wdfs/Makefile index 5818e3b5c..744770fa1 100644 --- a/package/wdfs/Makefile +++ b/package/wdfs/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/weechat/Makefile b/package/weechat/Makefile index 9b2fef088..59529b51e 100644 --- a/package/weechat/Makefile +++ b/package/weechat/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/wifidog/Makefile b/package/wifidog/Makefile index e12bf91e5..1f318704f 100644 --- a/package/wifidog/Makefile +++ b/package/wifidog/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/wireless-firmware/Makefile b/package/wireless-firmware/Makefile index 5b719dd71..3d0999637 100644 --- a/package/wireless-firmware/Makefile +++ b/package/wireless-firmware/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/wol/Makefile b/package/wol/Makefile index 858e0cdfa..9279ba9e0 100644 --- a/package/wol/Makefile +++ b/package/wol/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/wondershaper/Makefile b/package/wondershaper/Makefile index fe0479e81..870e0ab61 100644 --- a/package/wondershaper/Makefile +++ b/package/wondershaper/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 0d079fa32..d1f8fd190 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/wput/Makefile b/package/wput/Makefile index e6d6aa7c4..cb25e10ae 100644 --- a/package/wput/Makefile +++ b/package/wput/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/xcmiscproto/Makefile b/package/xcmiscproto/Makefile index c31f476e8..e2d03147c 100644 --- a/package/xcmiscproto/Makefile +++ b/package/xcmiscproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/xextproto/Makefile b/package/xextproto/Makefile index 4a2dca0fd..2b64e48c6 100644 --- a/package/xextproto/Makefile +++ b/package/xextproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/xf86-video-geode/Makefile b/package/xf86-video-geode/Makefile index 2807fee11..bc5d87473 100644 --- a/package/xf86-video-geode/Makefile +++ b/package/xf86-video-geode/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/xf86dga/Makefile b/package/xf86dga/Makefile index 7ef8e58e7..cdb417476 100644 --- a/package/xf86dga/Makefile +++ b/package/xf86dga/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/xf86dgaproto/Makefile b/package/xf86dgaproto/Makefile index 78f2e5275..d3187b0ac 100644 --- a/package/xf86dgaproto/Makefile +++ b/package/xf86dgaproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/xfsprogs/Makefile b/package/xfsprogs/Makefile index 8350c5af6..bdb09fe91 100644 --- a/package/xfsprogs/Makefile +++ b/package/xfsprogs/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/xinetd/Makefile b/package/xinetd/Makefile index 2e92a4e7e..7f43eb508 100644 --- a/package/xinetd/Makefile +++ b/package/xinetd/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/xkbcomp/Makefile b/package/xkbcomp/Makefile index ac4b88a1b..ca3b8a9e2 100644 --- a/package/xkbcomp/Makefile +++ b/package/xkbcomp/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/xkeyboard-config/Makefile b/package/xkeyboard-config/Makefile index 37bcc79a1..41f4fa786 100644 --- a/package/xkeyboard-config/Makefile +++ b/package/xkeyboard-config/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile index 9256b48dc..935195bdb 100644 --- a/package/xorg-server/Makefile +++ b/package/xorg-server/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/xproto/Makefile b/package/xproto/Makefile index 1b635568a..08ff2e22c 100644 --- a/package/xproto/Makefile +++ b/package/xproto/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/xtrans/Makefile b/package/xtrans/Makefile index 4e18b6c2f..7c9da8b86 100644 --- a/package/xtrans/Makefile +++ b/package/xtrans/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/zlib/Makefile b/package/zlib/Makefile index 4e3cc79cb..b67959549 100644 --- a/package/zlib/Makefile +++ b/package/zlib/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/package/zsh/Makefile b/package/zsh/Makefile index 258841595..89d977b91 100644 --- a/package/zsh/Makefile +++ b/package/zsh/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. |