You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(137) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(20) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(5) |
Aug
(13) |
Sep
(20) |
Oct
(12) |
Nov
|
Dec
|
| 2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(18) |
Nov
|
Dec
|
| 2006 |
Jan
(18) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Paul D. <pdw...@us...> - 2006-01-17 12:09:18
|
Update of /cvsroot/portslave/portslave/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30701 Added Files: Makefile.am Log Message: Added missing file --- NEW FILE: Makefile.am --- EXTRA_DIST = changelog dirs postinst rules control lintian conffiles |
|
From: Paul D. <pdw...@us...> - 2006-01-17 12:08:13
|
Update of /cvsroot/portslave/portslave/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29964/debian Modified Files: control lintian rules Added Files: conffiles Log Message: * Cleaned up * Fixed the debian packaging * Fixed the spec file Index: control =================================================================== RCS file: /cvsroot/portslave/portslave/debian/control,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- control 17 Jan 2006 08:50:09 -0000 1.11 +++ control 17 Jan 2006 12:08:00 -0000 1.12 @@ -2,12 +2,12 @@ Section: comm Priority: optional Maintainer: Russell Coker <ru...@co...> -Build-Depends: debhelper, xutils, libradius1-dev, ppp-dev (> 2.4.3) +Build-Depends: debhelper, xutils, libradius1-dev, ppp-dev (>> 2.4.3) Standards-Version: 3.6.2 Package: portslave Architecture: any -Depends: ${shlibs:Depends}, ppp (> 2.4.3), radiusclient1 +Depends: ${shlibs:Depends}, ppp (>> 2.4.3), radiusclient1 Description: Terminal server that does PPP and authenticates via RADIUS This package provides a program named portslave which will use AT commands to answer a modem when it rings. It will then display a login: prompt at Index: lintian =================================================================== RCS file: /cvsroot/portslave/portslave/debian/lintian,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- lintian 23 Dec 2001 21:39:30 -0000 1.1 +++ lintian 17 Jan 2006 12:08:00 -0000 1.2 @@ -1 +1,6 @@ portslave: non-standard-file-perm etc/portslave/pslave.conf 0640 != 0644 +portslave: no-shlibs-control-file usr/lib/libportslave.so.0.0.0 +portslave: postinst-must-call-ldconfig usr/lib/libportslave.so.0.0.0 +portslave: non-dev-pkg-with-shlib-symlink usr/lib/libportslave.so.0.0.0 usr/lib/libportslave.so +portslave: no-shlibs-control-file usr/lib/libpsr.so.0.0.0 +portslave: package-name-doesnt-match-sonames libportslave0 libpsr0 Index: rules =================================================================== RCS file: /cvsroot/portslave/portslave/debian/rules,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- rules 17 Jan 2006 08:50:09 -0000 1.15 +++ rules 17 Jan 2006 12:08:00 -0000 1.16 @@ -60,7 +60,7 @@ dh_testroot # dh_installdebconf dh_installdocs docs/* -# mv $(PKGDIR)/usr/share/doc/portslave/LICENSE $(PKGDIR)/usr/share/doc/portslave/copyright + mv $(PKGDIR)/usr/share/doc/portslave/LICENSE $(PKGDIR)/usr/share/doc/portslave/copyright # mv $(PKGDIR)/usr/share/doc/portslave/logcheck $(PKGDIR)/etc/logcheck/ignore.d.server/portslave # mv $(PKGDIR)/usr/share/doc/portslave/logcheck.pppd $(PKGDIR)/etc/logcheck/ignore.d.server/portslave.pppd dh_installexamples @@ -74,7 +74,7 @@ dh_strip dh_compress dh_fixperms - #chmod 640 $(PKGDIR)/etc/portslave/pslave.conf + chmod 640 $(PKGDIR)/etc/portslave/pslave.conf # dh_makeshlibs dh_installdeb # dh_perl |
|
From: Paul D. <pdw...@us...> - 2006-01-17 12:08:13
|
Update of /cvsroot/portslave/portslave In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29964 Modified Files: Makefile.am Makefile.in configure libtool portslave.spec.in Log Message: * Cleaned up * Fixed the debian packaging * Fixed the spec file Index: Makefile.am =================================================================== RCS file: /cvsroot/portslave/portslave/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 27 Oct 2005 06:23:24 -0000 1.5 +++ Makefile.am 17 Jan 2006 12:08:00 -0000 1.6 @@ -1,4 +1,4 @@ -BASE_SUBDIRS = src docs man debian +BASE_SUBDIRS = include src docs man debian etc SUBDIRS = . $(BASE_SUBDIRS) Index: Makefile.in =================================================================== RCS file: /cvsroot/portslave/portslave/Makefile.in,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Makefile.in 17 Jan 2006 11:09:33 -0000 1.20 +++ Makefile.in 17 Jan 2006 12:08:00 -0000 1.21 @@ -187,7 +187,7 @@ target_alias = @target_alias@ telnet = @telnet@ version = @version@ -BASE_SUBDIRS = src docs man debian +BASE_SUBDIRS = include src docs man debian etc SUBDIRS = . $(BASE_SUBDIRS) DIST_SUBDIRS = $(BASE_SUBDIRS) all: all-recursive Index: configure =================================================================== RCS file: /cvsroot/portslave/portslave/configure,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- configure 17 Jan 2006 11:09:33 -0000 1.35 +++ configure 17 Jan 2006 12:08:00 -0000 1.36 @@ -1506,7 +1506,7 @@ -version="1.9.10" +version="1.9.11" am__api_version="1.9" ac_aux_dir= Index: libtool =================================================================== RCS file: /cvsroot/portslave/portslave/libtool,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- libtool 17 Jan 2006 11:09:34 -0000 1.4 +++ libtool 17 Jan 2006 12:08:00 -0000 1.5 @@ -1,7 +1,7 @@ #! /bin/sh # libtoolT - Provide generalized library-building support services. -# Generated automatically by (GNU portslave 1.9.10) +# Generated automatically by (GNU portslave 1.9.11) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 Index: portslave.spec.in =================================================================== RCS file: /cvsroot/portslave/portslave/portslave.spec.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- portslave.spec.in 27 Oct 2005 05:57:08 -0000 1.9 +++ portslave.spec.in 17 Jan 2006 12:08:00 -0000 1.10 @@ -68,6 +68,7 @@ %dir /etc/portslave %dir /etc/portslave/filters +%config /etc/portslave/pslave.conf %doc portslave-%{version}/docs/* %changelog |
|
From: Paul D. <pdw...@us...> - 2006-01-17 12:08:11
|
Update of /cvsroot/portslave/portslave/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29964/src Modified Files: main.c Log Message: * Cleaned up * Fixed the debian packaging * Fixed the spec file Index: main.c =================================================================== RCS file: /cvsroot/portslave/portslave/src/main.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- main.c 6 Aug 2002 00:56:58 -0000 1.18 +++ main.c 17 Jan 2006 12:08:01 -0000 1.19 @@ -22,7 +22,8 @@ fprintf(stderr, "Portslave RADIUS client v%s\tGPL2\n" "(c) 1997-1999 Miquel van Smoorenburg, " "Dave Cinege, Vesselin Atanasov, et al.\n" - "(c) 2000-2002 Russell Coker et al.\n\n" + "(c) 2000-2004 Russell Coker et al.\n" + "(c) 2005-2006 Paul Dwerryhouse et al.\n\n" "Usage: portslave port|-\n", PORTSLAVE_VERSION); exit(1); } |
|
From: Paul D. <pdw...@us...> - 2006-01-17 12:08:09
|
Update of /cvsroot/portslave/portslave/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29964/include Modified Files: Makefile.am Log Message: * Cleaned up * Fixed the debian packaging * Fixed the spec file Index: Makefile.am =================================================================== RCS file: /cvsroot/portslave/portslave/include/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 17 Jan 2006 11:09:36 -0000 1.1 +++ Makefile.am 17 Jan 2006 12:08:00 -0000 1.2 @@ -1,3 +1,5 @@ +EXTRA_DIST = pslave_cfg.h + noinst_HEADERS = pslave_cfg.h |
|
From: Paul D. <pdw...@us...> - 2006-01-17 12:08:09
|
Update of /cvsroot/portslave/portslave/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29964/etc Modified Files: Makefile.am Log Message: * Cleaned up * Fixed the debian packaging * Fixed the spec file Index: Makefile.am =================================================================== RCS file: /cvsroot/portslave/portslave/etc/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 17 Jan 2006 11:09:36 -0000 1.1 +++ Makefile.am 17 Jan 2006 12:08:00 -0000 1.2 @@ -0,0 +1,8 @@ + +EXTRA_DIST = pslave.conf.in + +install-data-local: pslave.conf + $(srcdir)/../mkinstalldirs $(DESTDIR)$(sysconfdir) + if [ ! -f $(DESTDIR)$(sysconfdir)/pslave.conf ] ; then \ + $(INSTALL) -m 644 $(srcdir)/pslave.conf $(DESTDIR)$(sysconfdir) ; \ + fi |
|
From: Paul D. <pdw...@us...> - 2006-01-17 12:08:09
|
Update of /cvsroot/portslave/portslave/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29964/docs Modified Files: LICENSE Log Message: * Cleaned up * Fixed the debian packaging * Fixed the spec file Index: LICENSE =================================================================== RCS file: /cvsroot/portslave/portslave/docs/LICENSE,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- LICENSE 23 Dec 2001 21:33:58 -0000 1.4 +++ LICENSE 17 Jan 2006 12:08:00 -0000 1.5 @@ -2,7 +2,8 @@ Portslave is Copyright (C) Miquel van Smoorenburg 1997-1998. Dave Cinege 1998-1999. - Russell Coker 2000-2001. (And others) + Russell Coker 2000-2004. (And others) + Paul Dwerryhouse 2005-2006. (And others) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,8 +16,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. |
|
From: Paul D. <pdw...@us...> - 2006-01-17 11:09:46
|
Update of /cvsroot/portslave/portslave/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16690/etc Added Files: Makefile.am pslave.conf.in Log Message: Cleaned up source tree. --- NEW FILE: Makefile.am --- --- NEW FILE: pslave.conf.in --- # pslave.conf Here is the sample server configuration file. # # Version: @version@ # IP address - if left empty, uses the IP address of the system (hostname). # This is used as the "local" address for SLIP and PPP connections. # # used to be conf.ipno all.loc_host 192.168.42.1 # If you set this to "yes", you can always login locally by putting a '!' # before your loginname. Useful for emergencies when the RADIUS server is down. # all.locallogins no # Logging stuff - this program can use a remote syslog daemon if needed. # If you want to log locally leave the "syslog" field empty. The facility # field is an integer between 0 and 7 and sets the syslog facility to # local0-local7. # #all.syslog logger.someisp.com all.syslog all.facility 2 # Directory where your scripts that set up IP filtering (typically using # ipfwadmin) are stored. To invoke them, just add the RADIUS-attribute # Framed-Filter-Id = "foo" to your profile, where foo is the name of script. # all.filterdir @sysconfdir@/filters ## The all entry is used as a template for all others. This means that ## setting all.debug to "2", you set s0.debug, s1.debug, s2.debug etc. ## to "2". It also means that all these settings can be overridden on a ## per-port basis below. # Debugging output to syslog. Set to 0, 1, or 2. 2 is pretty verbose. # all.debug 1 # Authentication type - either "radius" or "none". # all.authtype radius # Default is to accept NULL passwords when doing radius authentication. Set # to "0" or "1". This option does not have effect on non-radius # authentication - i.e. if "authtype" is "none" or if you do a local login. # all.radnullpass yes # Default protocol and host. # all.protocol ppp # Default IP stuff. If you end the "rem_host" with a "+", the portnumber will # be added to the IP number. The IP number of a port is used when the RADIUS # server doesn't send an IP number, or if it tells us to use a dynamic rem_host. # # Leave the netmask at 255.255.255.255, unless your really know what # you're doing. # # all.rem_host used to be all.ipno all.rem_host 192.168.42.2+ all.netmask 255.255.255.255 all.mtu 1500 # Standard message that is issued on connect. # all.issue \n\ Portslave Internet Services\n\ \n\ Welcome to terminal server %h port S%p \n\ \n\ Customer Support: 123-555-1212 http://www.myisp.net/\n\ \n # If you want portslave to update the wtmp file just # like a regular getty/login, set this to yes. # all.syswtmp yes ## Options for the serial port. # Porttype (passed to radius server for logging). # async, sync, isdn, isdn-v120, isdn-v110 # all.porttype async # Speed. All ports are set to 8N1. # all.speed 115200 # Use this to initialize the connection # # d == delay (1 sec), p == pause (0.1 sec), l == toggle DTR # r == <CR>, l == <LF> # # If the modem tells us the calling number by "NMBR = num" and the called # number by "NDID = num" (as some brands apparently do) then add the # following to the start of the initchat to recognise the CLI numbers: # SETVAR "S=NMBR = " \ # SETVAR "D=NDID = " \ # all.initchat TIMEOUT 10 \ ABORT "NO CARRIER" \ ABORT VOICE \ SETVAR "C=CARRIER " \ SETVAR C+PROTOCOL: \ SETVAR C?CONNECT \ "" \d\l\dATZ \ OK\r\n-ATZ-OK\r\n "\c" \ TIMEOUT 3600 \ RING "\c" \ STATUS Incoming %p:I.HANDSHAKE \ "" ATA \ TIMEOUT 75 \ CONNECT "\c" \ STATUS Connected %p:I.HANDSHAKE # Flow control on this serial port: # hard - hardware, rts/cts # soft - software, CTRL-S / CTRL-Q # none. # all.flow hard # Use the DCD line or not (this sets CLOCAL if off). This means that the # session will get hung up if the modem hangs up. Can be set to 0 or 1. # all.dcd yes # PPP options - used if we autodetect a PPP session. # Note that we set mru and mtu both to the MTU setting. # all.autoppp proxyarp %d asyncmap 0 %i: \ noipx noccp login auth require-pap refuse-chap \ mtu %t mru %t \ ms-dns 192.168.1.1 ms-dns 192.168.1.2 \ plugin @libdir@/libpsr.so ## PPP options - User already authenticated and service type is PPP. # all.pppopt proxyarp %d asyncmap 0 %i:%j \ noipx noccp \ mtu %t mru %t \ netmask %m idle %I maxconnect %T \ ms-dns 192.168.1.1 ms-dns 192.168.1.2 \ plugin @libdir@/libpsr.so ## Tty names are s0...s63. For every port we need to define a tty port, and ## an IP number for when radius tells us to pick one ourself. Unless you ## use the IP pool option mentioned above (IP number with "+" appended). ## ## Note that you can change _all_ of the above settings that start ## with all.xxxx on a per-port basis, such as issue, prompt etc. # ##make the first 32 ports be Rocketport #s{0-31} ttyR{0-31} ##used to need the following lines repeated #s0.tty ttyR0 #s1.tty ttyR1 #s2.tty ttyR2 ##make the next 32 ports be Cyclades #s{32-63} ttyC{0-31} ##make the next 32 ports be Stallion #s{64-95} ttyE{0-31} ##make ports 100 and 101 be standard serial. #s{100-101} ttyS{0-1} ##the above but for devfs #s{0-31} ttS/R{0-31} #s{32-63} ttS/C{0-31} #s{64-95} ttS/E{0-31} #s{100-101} ttS/{0-1} |
|
From: Paul D. <pdw...@us...> - 2006-01-17 11:09:46
|
Update of /cvsroot/portslave/portslave/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16690/src Modified Files: Makefile.am Makefile.in chat.c server.h Removed Files: depends Log Message: Cleaned up source tree. Index: Makefile.am =================================================================== RCS file: /cvsroot/portslave/portslave/src/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 27 Oct 2005 12:29:04 -0000 1.3 +++ Makefile.am 17 Jan 2006 11:09:36 -0000 1.4 @@ -1,5 +1,6 @@ #AM_CFLAGS = -DCHAPMS +AM_CFLAGS = -I../include sbin_PROGRAMS = portslave ctlportslave lib_LTLIBRARIES = libpsr.la libportslave.la Index: Makefile.in =================================================================== RCS file: /cvsroot/portslave/portslave/src/Makefile.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.in 27 Oct 2005 12:29:04 -0000 1.8 +++ Makefile.in 17 Jan 2006 11:09:36 -0000 1.9 @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.7.9 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -# Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -14,7 +14,7 @@ @SET_MAKE@ -#AM_CFLAGS = -DCHAPMS + srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -23,7 +23,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 @@ -37,7 +36,68 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ host_triplet = @host@ +sbin_PROGRAMS = portslave$(EXEEXT) ctlportslave$(EXEEXT) +subdir = src +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" +libLTLIBRARIES_INSTALL = $(INSTALL) +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +libportslave_la_DEPENDENCIES = libpsfuncs.la +am_libportslave_la_OBJECTS = md5.lo +libportslave_la_OBJECTS = $(am_libportslave_la_OBJECTS) +libpsfuncs_la_LIBADD = +am_libpsfuncs_la_OBJECTS = syslog.lo lib.lo auth.lo radclient.lo \ + rwconf.lo chat.lo tstr.lo utmp.lo +libpsfuncs_la_OBJECTS = $(am_libpsfuncs_la_OBJECTS) +libpsr_la_DEPENDENCIES = libpsfuncs.la +am_libpsr_la_OBJECTS = libpsr.lo +libpsr_la_OBJECTS = $(am_libpsr_la_OBJECTS) +sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +PROGRAMS = $(sbin_PROGRAMS) +am_ctlportslave_OBJECTS = ctlportslave.$(OBJEXT) ctlp-subs.$(OBJEXT) +ctlportslave_OBJECTS = $(am_ctlportslave_OBJECTS) +ctlportslave_LDADD = $(LDADD) +am_portslave_OBJECTS = main.$(OBJEXT) getty.$(OBJEXT) \ + rot_getty.$(OBJEXT) spawnit.$(OBJEXT) slip.$(OBJEXT) \ + ctlp-subs.$(OBJEXT) +portslave_OBJECTS = $(am_portslave_OBJECTS) +portslave_DEPENDENCIES = libpsfuncs.la +DEFAULT_INCLUDES = -I. -I$(srcdir) +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +SOURCES = $(libportslave_la_SOURCES) $(libpsfuncs_la_SOURCES) \ + $(libpsr_la_SOURCES) $(ctlportslave_SOURCES) \ + $(portslave_SOURCES) +DIST_SOURCES = $(libportslave_la_SOURCES) $(libpsfuncs_la_SOURCES) \ + $(libpsr_la_SOURCES) $(ctlportslave_SOURCES) \ + $(portslave_SOURCES) +HEADERS = $(noinst_HEADERS) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ @@ -104,6 +164,8 @@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ arp = @arp@ assignment = @assignment@ bigutmp = @bigutmp@ @@ -132,6 +194,7 @@ libexecdir = @libexecdir@ localstatedir = @localstatedir@ mandir = @mandir@ +mkdir_p = @mkdir_p@ no_local_ip = @no_local_ip@ oldincludedir = @oldincludedir@ pppdir = @pppdir@ @@ -153,121 +216,78 @@ telnet = @telnet@ version = @version@ -sbin_PROGRAMS = portslave ctlportslave +#AM_CFLAGS = -DCHAPMS +AM_CFLAGS = -I../include lib_LTLIBRARIES = libpsr.la libportslave.la - noinst_HEADERS = auth.h md5.h rwconf.h server.h noinst_LTLIBRARIES = libpsfuncs.la - libpsfuncs_la_SOURCES = syslog.c lib.c auth.c radclient.c rwconf.c chat.c \ tstr.c utmp.c - portslave_SOURCES = main.c getty.c rot_getty.c spawnit.c slip.c ctlp-subs.c portslave_LDADD = libpsfuncs.la -lcrypt -lradiusclient - ctlportslave_SOURCES = ctlportslave.c ctlp-subs.c - libpsr_la_SOURCES = libpsr.c libpsr_la_LIBADD = libpsfuncs.la -lradiusclient - libportslave_la_SOURCES = md5.c libportslave_la_LIBADD = libpsfuncs.la -subdir = src -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) - -libportslave_la_LDFLAGS = -libportslave_la_DEPENDENCIES = libpsfuncs.la -am_libportslave_la_OBJECTS = md5.lo -libportslave_la_OBJECTS = $(am_libportslave_la_OBJECTS) -libpsfuncs_la_LDFLAGS = -libpsfuncs_la_LIBADD = -am_libpsfuncs_la_OBJECTS = syslog.lo lib.lo auth.lo radclient.lo \ - rwconf.lo chat.lo tstr.lo utmp.lo -libpsfuncs_la_OBJECTS = $(am_libpsfuncs_la_OBJECTS) -libpsr_la_LDFLAGS = -libpsr_la_DEPENDENCIES = libpsfuncs.la -am_libpsr_la_OBJECTS = libpsr.lo -libpsr_la_OBJECTS = $(am_libpsr_la_OBJECTS) -sbin_PROGRAMS = portslave$(EXEEXT) ctlportslave$(EXEEXT) -PROGRAMS = $(sbin_PROGRAMS) - -am_ctlportslave_OBJECTS = ctlportslave.$(OBJEXT) ctlp-subs.$(OBJEXT) -ctlportslave_OBJECTS = $(am_ctlportslave_OBJECTS) -ctlportslave_LDADD = $(LDADD) -ctlportslave_DEPENDENCIES = -ctlportslave_LDFLAGS = -am_portslave_OBJECTS = main.$(OBJEXT) getty.$(OBJEXT) \ - rot_getty.$(OBJEXT) spawnit.$(OBJEXT) slip.$(OBJEXT) \ - ctlp-subs.$(OBJEXT) -portslave_OBJECTS = $(am_portslave_OBJECTS) -portslave_DEPENDENCIES = libpsfuncs.la -portslave_LDFLAGS = - -DEFAULT_INCLUDES = -I. -I$(srcdir) -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/auth.Plo ./$(DEPDIR)/chat.Plo \ -@AMDEP_TRUE@ ./$(DEPDIR)/ctlp-subs.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/ctlportslave.Po ./$(DEPDIR)/getty.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/lib.Plo ./$(DEPDIR)/libpsr.Plo \ -@AMDEP_TRUE@ ./$(DEPDIR)/main.Po ./$(DEPDIR)/md5.Plo \ -@AMDEP_TRUE@ ./$(DEPDIR)/radclient.Plo ./$(DEPDIR)/rot_getty.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/rwconf.Plo ./$(DEPDIR)/slip.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/spawnit.Po ./$(DEPDIR)/syslog.Plo \ -@AMDEP_TRUE@ ./$(DEPDIR)/tstr.Plo ./$(DEPDIR)/utmp.Plo -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -CCLD = $(CC) -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -DIST_SOURCES = $(libportslave_la_SOURCES) $(libpsfuncs_la_SOURCES) \ - $(libpsr_la_SOURCES) $(ctlportslave_SOURCES) \ - $(portslave_SOURCES) -HEADERS = $(noinst_HEADERS) - -DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am -SOURCES = $(libportslave_la_SOURCES) $(libpsfuncs_la_SOURCES) $(libpsr_la_SOURCES) $(ctlportslave_SOURCES) $(portslave_SOURCES) - all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) -libLTLIBRARIES_INSTALL = $(INSTALL) +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(libdir) + test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \ - $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \ + f=$(am__strip_dir) \ + echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ else :; fi; \ done uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - p="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ - $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ + @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + p=$(am__strip_dir) \ + echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ + $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" = "$$p" && dir=.; \ + test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done @@ -276,7 +296,7 @@ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" = "$$p" && dir=.; \ + test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done @@ -286,18 +306,17 @@ $(LINK) $(libpsfuncs_la_LDFLAGS) $(libpsfuncs_la_OBJECTS) $(libpsfuncs_la_LIBADD) $(LIBS) libpsr.la: $(libpsr_la_OBJECTS) $(libpsr_la_DEPENDENCIES) $(LINK) -rpath $(libdir) $(libpsr_la_LDFLAGS) $(libpsr_la_OBJECTS) $(libpsr_la_LIBADD) $(LIBS) -sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM) install-sbinPROGRAMS: $(sbin_PROGRAMS) @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(sbindir) + test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)" @list='$(sbin_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ || test -f $$p1 \ ; then \ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f || exit 1; \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \ else :; fi; \ done @@ -305,8 +324,8 @@ @$(NORMAL_UNINSTALL) @list='$(sbin_PROGRAMS)'; for p in $$list; do \ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \ - rm -f $(DESTDIR)$(sbindir)/$$f; \ + echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \ + rm -f "$(DESTDIR)$(sbindir)/$$f"; \ done clean-sbinPROGRAMS: @@ -323,7 +342,7 @@ $(LINK) $(portslave_LDFLAGS) $(portslave_OBJECTS) $(portslave_LDADD) $(LIBS) mostlyclean-compile: - -rm -f *.$(OBJEXT) core *.core + -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @@ -347,37 +366,25 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utmp.Plo@am__quote@ .c.o: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ -@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ -@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ -@am__fastdepCC_TRUE@ fi +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ -@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ -@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ -@am__fastdepCC_TRUE@ fi +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ -@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ -@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ -@am__fastdepCC_TRUE@ fi +@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -389,14 +396,6 @@ -rm -f libtool uninstall-info-am: -ETAGS = etags -ETAGSFLAGS = - -CTAGS = ctags -CTAGSFLAGS = - -tags: TAGS - ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -405,6 +404,7 @@ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique +tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) @@ -416,10 +416,11 @@ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ - test -z "$(ETAGS_ARGS)$$tags$$unique" \ - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique - + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) @@ -442,10 +443,6 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = .. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ @@ -459,7 +456,7 @@ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ - $(mkinstalldirs) "$(distdir)$$dir"; \ + $(mkdir_p) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ @@ -477,9 +474,10 @@ check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) - installdirs: - $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(sbindir) + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)"; do \ + test -z "$$dir" || $(mkdir_p) "$$dir"; \ + done install: install-am install-exec: install-exec-am install-data: install-data-am @@ -499,7 +497,7 @@ clean-generic: distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -519,6 +517,8 @@ dvi-am: +html: html-am + info: info-am info-am: @@ -558,15 +558,15 @@ clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ clean-sbinPROGRAMS ctags distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ - dvi-am info info-am install install-am install-data \ - install-data-am install-exec install-exec-am install-info \ - install-info-am install-libLTLIBRARIES install-man \ - install-sbinPROGRAMS install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ - uninstall-am uninstall-info-am uninstall-libLTLIBRARIES \ - uninstall-sbinPROGRAMS + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-exec install-exec-am \ + install-info install-info-am install-libLTLIBRARIES \ + install-man install-sbinPROGRAMS install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags uninstall uninstall-am uninstall-info-am \ + uninstall-libLTLIBRARIES uninstall-sbinPROGRAMS # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. Index: chat.c =================================================================== RCS file: /cvsroot/portslave/portslave/src/chat.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- chat.c 9 Oct 2005 09:09:33 -0000 1.13 +++ chat.c 17 Jan 2006 11:09:36 -0000 1.14 @@ -15,7 +15,7 @@ #include <sys/ioctl.h> #include <sys/poll.h> -#include "../pslave_cfg.h" +#include <pslave_cfg.h> #include "server.h" enum special_code Index: server.h =================================================================== RCS file: /cvsroot/portslave/portslave/src/server.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- server.h 9 Oct 2005 09:09:33 -0000 1.18 +++ server.h 17 Jan 2006 11:09:36 -0000 1.19 @@ -2,7 +2,7 @@ #define __server_h #define _GNU_SOURCE -#include "../pslave_cfg.h" +#include <pslave_cfg.h> #include <netinet/in.h> #include "rwconf.h" #include "auth.h" --- depends DELETED --- |
|
From: Paul D. <pdw...@us...> - 2006-01-17 11:09:46
|
Update of /cvsroot/portslave/portslave In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16690 Modified Files: Makefile.in configure configure.in libtool Removed Files: pslave.conf.in pslave_cfg.h.in sh.common Log Message: Cleaned up source tree. Index: Makefile.in =================================================================== RCS file: /cvsroot/portslave/portslave/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Makefile.in 27 Oct 2005 06:23:24 -0000 1.19 +++ Makefile.in 17 Jan 2006 11:09:33 -0000 1.20 @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.7.9 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -# Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -13,7 +13,6 @@ # PARTICULAR PURPOSE. @SET_MAKE@ - srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ @@ -21,7 +20,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 @@ -35,7 +33,43 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ host_triplet = @host@ +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/portslave.spec.in \ + $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ + config.guess config.sub depcomp install-sh ltmain.sh missing \ + mkinstalldirs +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno configure.status.lineno +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = portslave.spec +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-exec-recursive install-info-recursive \ + install-recursive installcheck-recursive installdirs-recursive \ + pdf-recursive ps-recursive uninstall-info-recursive \ + uninstall-recursive +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + { test ! -d $(distdir) \ + || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr $(distdir); }; } +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ @@ -102,6 +136,8 @@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ arp = @arp@ assignment = @assignment@ bigutmp = @bigutmp@ @@ -130,6 +166,7 @@ libexecdir = @libexecdir@ localstatedir = @localstatedir@ mandir = @mandir@ +mkdir_p = @mkdir_p@ no_local_ip = @no_local_ip@ oldincludedir = @oldincludedir@ pppdir = @pppdir@ @@ -151,50 +188,45 @@ telnet = @telnet@ version = @version@ BASE_SUBDIRS = src docs man debian - SUBDIRS = . $(BASE_SUBDIRS) - DIST_SUBDIRS = $(BASE_SUBDIRS) -subdir = . -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = pslave_cfg.h pslave.conf portslave.spec -DIST_SOURCES = - -RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ - ps-recursive install-info-recursive uninstall-info-recursive \ - all-recursive install-data-recursive install-exec-recursive \ - installdirs-recursive install-recursive uninstall-recursive \ - check-recursive installcheck-recursive -DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \ - COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 \ - config.guess config.sub configure configure.in depcomp \ - install-sh ltmain.sh missing mkinstalldirs portslave.spec.in \ - pslave.conf.in pslave_cfg.h.in all: all-recursive .SUFFIXES: - -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +am--refresh: + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ + cd $(srcdir) && $(AUTOMAKE) --gnu \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; -$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck -$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) - cd $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): configure.in +$(top_srcdir)/configure: $(am__configure_deps) + cd $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) -pslave_cfg.h: $(top_builddir)/config.status pslave_cfg.h.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -pslave.conf: $(top_builddir)/config.status pslave.conf.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -portslave.spec: $(top_builddir)/config.status portslave.spec.in +portslave.spec: $(top_builddir)/config.status $(srcdir)/portslave.spec.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: @@ -214,7 +246,13 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @set fnord $$MAKEFLAGS; amf=$$2; \ + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ @@ -226,7 +264,7 @@ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ @@ -234,7 +272,13 @@ mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: - @set fnord $$MAKEFLAGS; amf=$$2; \ + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ @@ -255,7 +299,7 @@ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ @@ -266,14 +310,6 @@ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done -ETAGS = etags -ETAGSFLAGS = - -CTAGS = ctags -CTAGSFLAGS = - -tags: TAGS - ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -282,19 +318,22 @@ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique +tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ - if (etags --etags-include --version) >/dev/null 2>&1; then \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ + empty_fix=.; \ else \ include_option=--include; \ + empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ - test -f $$subdir/TAGS && \ + test ! -f $$subdir/TAGS || \ tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ @@ -304,10 +343,11 @@ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ - test -z "$(ETAGS_ARGS)$$tags$$unique" \ - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique - + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) @@ -330,24 +370,11 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = . -distdir = $(PACKAGE)-$(VERSION) - -am__remove_distdir = \ - { test ! -d $(distdir) \ - || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr $(distdir); }; } - -GZIP_ENV = --best -distuninstallcheck_listfiles = find . -type f -print -distcleancheck_listfiles = find . -type f -print distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) - $(mkinstalldirs) $(distdir)/. $(distdir)/man + $(mkdir_p) $(distdir)/. $(distdir)/etc $(distdir)/include $(distdir)/man @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ @@ -359,7 +386,7 @@ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ - $(mkinstalldirs) "$(distdir)$$dir"; \ + $(mkdir_p) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ @@ -376,13 +403,15 @@ done list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ - test -d $(distdir)/$$subdir \ - || mkdir $(distdir)/$$subdir \ + test -d "$(distdir)/$$subdir" \ + || $(mkdir_p) "$(distdir)/$$subdir" \ || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ (cd $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" \ - distdir=../$(distdir)/$$subdir \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ distdir) \ || exit 1; \ fi; \ @@ -393,19 +422,46 @@ ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) dist-gzip: distdir - $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir - $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist - $(am__remove_distdir) - GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst @@ -425,19 +481,20 @@ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ - (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ - && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ - && rm -f $(distdir).tar.gz \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck $(am__remove_distdir) - @echo "$(distdir).tar.gz is ready for distribution" | \ - sed 'h;s/./=/g;p;x;p;x' + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' distuninstallcheck: @cd $(distuninstallcheck_dir) \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ @@ -461,7 +518,6 @@ all-am: Makefile installdirs: installdirs-recursive installdirs-am: - install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive @@ -481,7 +537,7 @@ clean-generic: distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -500,6 +556,8 @@ dvi-am: +html: html-recursive + info: info-recursive info-am: @@ -536,23 +594,20 @@ uninstall-info: uninstall-info-recursive -.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ - clean-generic clean-libtool clean-recursive ctags \ - ctags-recursive dist dist-all dist-gzip distcheck distclean \ +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ + check-am clean clean-generic clean-libtool clean-recursive \ + ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ + dist-shar dist-tarZ dist-zip distcheck distclean \ distclean-generic distclean-libtool distclean-recursive \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ - dvi-am dvi-recursive info info-am info-recursive install \ - install-am install-data install-data-am install-data-recursive \ - install-exec install-exec-am install-exec-recursive \ - install-info install-info-am install-info-recursive install-man \ - install-recursive install-strip installcheck installcheck-am \ - installdirs installdirs-am installdirs-recursive \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-exec install-exec-am \ + install-info install-info-am install-man install-strip \ + installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic \ maintainer-clean-recursive mostlyclean mostlyclean-generic \ - mostlyclean-libtool mostlyclean-recursive pdf pdf-am \ - pdf-recursive ps ps-am ps-recursive tags tags-recursive \ - uninstall uninstall-am uninstall-info-am \ - uninstall-info-recursive uninstall-recursive + mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ + tags tags-recursive uninstall uninstall-am uninstall-info-am #EXTRA_DIST = Index: configure =================================================================== RCS file: /cvsroot/portslave/portslave/configure,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- configure 3 Jan 2006 22:57:42 -0000 1.34 +++ configure 17 Jan 2006 11:09:33 -0000 1.35 @@ -463,7 +463,7 @@ # include <unistd.h> #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS version INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL pppdradius stripping callback callback_patch fido assignment no_local_ip ipv6 shadow rundir radclient_cfg pppdir route ifconfig arp telnet ssh rlogin bigutmp pppsourcedir LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS version INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL pppdradius stripping callback callback_patch fido assignment no_local_ip ipv6 shadow rundir radclient_cfg pppdir route ifconfig arp telnet ssh rlogin bigutmp pppsourcedir LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -1023,8 +1023,8 @@ Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --disable-dependency-tracking Speeds up one-time builds - --enable-dependency-tracking Do not reject slow dependency extractors + --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] @@ -1508,7 +1508,7 @@ version="1.9.10" -am__api_version="1.7" +am__api_version="1.9" ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do if test -f $ac_dir/install-sh; then @@ -1671,7 +1671,6 @@ program_transform_name=`echo $program_transform_name | sed -f conftest.sed` rm conftest.sed - # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` @@ -1685,6 +1684,39 @@ echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi +if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then + # We used to keeping the `.' as first argument, in order to + # allow $(mkdir_p) to be used without argument. As in + # $(mkdir_p) $(somedir) + # where $(somedir) is conditionally defined. However this is wrong + # for two reasons: + # 1. if the package is installed by a user who cannot write `.' + # make install will fail, + # 2. the above comment should most certainly read + # $(mkdir_p) $(DESTDIR)$(somedir) + # so it does not work when $(somedir) is undefined and + # $(DESTDIR) is not. + # To support the latter case, we have to write + # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), + # so the `.' trick is pointless. + mkdir_p='mkdir -p --' +else + # On NextStep and OpenStep, the `mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because `.' already + # exists. + for d in ./-p ./--version; + do + test -d $d && rmdir $d + done + # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. + if test -f "$ac_aux_dir/mkinstalldirs"; then + mkdir_p='$(mkinstalldirs)' + else + mkdir_p='$(install_sh) -d' + fi +fi + for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -1763,7 +1795,7 @@ fi rmdir .tst 2>/dev/null - # test to see if srcdir already configured +# test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 @@ -1811,9 +1843,6 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} - -AMTAR=${AMTAR-"${am_missing_run}tar"} - install_sh=${install_sh-"$am_aux_dir/install-sh"} # Installed binaries are usually stripped using `strip' when the user @@ -1906,6 +1935,13 @@ # We need awk for the "check" target. The system "awk" is bad on # some platforms. +# Always define AMTAR for backward compatibility. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' + + @@ -2942,7 +2978,9 @@ : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - : > sub/conftst$i.h + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf @@ -2970,9 +3008,14 @@ grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings - # (even with -Werror). So we grep stderr for any message - # that says an option was ignored. - if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi @@ -3937,7 +3980,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 3940 "configure"' > conftest.$ac_ext + echo '#line 3983 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -4896,7 +4939,9 @@ : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - : > sub/conftst$i.h + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf @@ -4924,9 +4969,14 @@ grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings - # (even with -Werror). So we grep stderr for any message - # that says an option was ignored. - if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CXX_dependencies_compiler_type=$depmode break fi @@ -5287,7 +5337,7 @@ # Provide some information about the compiler. -echo "$as_me:5290:" \ +echo "$as_me:5340:" \ "checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 @@ -6348,11 +6398,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:6351: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6401: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:6355: \$? = $ac_status" >&5 + echo "$as_me:6405: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -6616,11 +6666,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:6619: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6669: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:6623: \$? = $ac_status" >&5 + echo "$as_me:6673: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -6720,11 +6770,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:6723: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6773: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:6727: \$? = $ac_status" >&5 + echo "$as_me:6777: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -9078,7 +9128,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 9081 "configure" +#line 9131 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -9178,7 +9228,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 9181 "configure" +#line 9231 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11516,11 +11566,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11519: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11569: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:11523: \$? = $ac_status" >&5 + echo "$as_me:11573: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -11620,11 +11670,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11623: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11673: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:11627: \$? = $ac_status" >&5 + echo "$as_me:11677: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -13208,11 +13258,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13211: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13261: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:13215: \$? = $ac_status" >&5 + echo "$as_me:13265: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -13312,11 +13362,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13315: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13365: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:13319: \$? = $ac_status" >&5 + echo "$as_me:13369: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -15535,11 +15585,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:15538: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15588: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:15542: \$? = $ac_status" >&5 + echo "$as_me:15592: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -15803,11 +15853,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:15806: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15856: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:15810: \$? = $ac_status" >&5 + echo "$as_me:15860: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -15907,11 +15957,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:15910: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15960: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:15914: \$? = $ac_status" >&5 + echo "$as_me:15964: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -20195,7 +20245,7 @@ CFLAGS="-O2 $debug -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic" - ac_config_files="$ac_config_files Makefile pslave_cfg.h pslave.conf portslave.spec docs/Makefile debian/Makefile src/Makefile man/Makefile man/portslave.8 man/pslave.conf.5 man/ctlportslave.1" + ac_config_files="$ac_config_files Makefile include/Makefile include/pslave_cfg.h portslave.spec docs/Makefile debian/Makefile src/Makefile man/Makefile man/portslave.8 man/pslave.conf.5 man/ctlportslave.1 etc/Makefile etc/pslave.conf" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -20779,8 +20829,8 @@ case "$ac_config_target" in # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "pslave_cfg.h" ) CONFIG_FILES="$CONFIG_FILES pslave_cfg.h" ;; - "pslave.conf" ) CONFIG_FILES="$CONFIG_FILES pslave.conf" ;; + "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; + "include/pslave_cfg.h" ) CONFIG_FILES="$CONFIG_FILES include/pslave_cfg.h" ;; "portslave.spec" ) CONFIG_FILES="$CONFIG_FILES portslave.spec" ;; "docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; "debian/Makefile" ) CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;; @@ -20789,6 +20839,8 @@ "man/portslave.8" ) CONFIG_FILES="$CONFIG_FILES man/portslave.8" ;; "man/pslave.conf.5" ) CONFIG_FILES="$CONFIG_FILES man/pslave.conf.5" ;; "man/ctlportslave.1" ) CONFIG_FILES="$CONFIG_FILES man/ctlportslave.1" ;; + "etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;; + "etc/pslave.conf" ) CONFIG_FILES="$CONFIG_FILES etc/pslave.conf" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} @@ -20886,14 +20938,17 @@ s,@AUTOMAKE@,$AUTOMAKE,;t t s,@AUTOHEADER@,$AUTOHEADER,;t t s,@MAKEINFO@,$MAKEINFO,;t t -s,@AMTAR@,$AMTAR,;t t s,@install_sh@,$install_sh,;t t s,@STRIP@,$STRIP,;t t s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t +s,@mkdir_p@,$mkdir_p,;t t s,@AWK@,$AWK,;t t s,@SET_MAKE@,$SET_MAKE,;t t s,@am__leading_dot@,$am__leading_dot,;t t +s,@AMTAR@,$AMTAR,;t t +s,@am__tar@,$am__tar,;t t +s,@am__untar@,$am__untar,;t t s,@CC@,$CC,;t t s,@CFLAGS@,$CFLAGS,;t t s,@LDFLAGS@,$LDFLAGS,;t t @@ -21337,27 +21392,21 @@ else continue fi - grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue - # Extract the definition of DEP_FILES from the Makefile without - # running `make'. - DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n -e '/^U = / s///p' < "$mf"` - test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" - # We invoke sed twice because it is the simplest approach to - # changing $(DEPDIR) to its actual value in the expansion. - for file in `sed -n -e ' - /^DEP_FILES = .*\\\\$/ { - s/^DEP_FILES = // - :loop - s/\\\\$// - p - n - /\\\\$/ b loop - p - } - /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue Index: configure.in =================================================================== RCS file: /cvsroot/portslave/portslave/configure.in,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- configure.in 3 Jan 2006 22:57:42 -0000 1.38 +++ configure.in 17 Jan 2006 11:09:34 -0000 1.39 @@ -2,7 +2,7 @@ AC_INIT(src/lib.c) AC_SUBST(version) -version="1.9.10" +version="1.9.11" AM_INIT_AUTOMAKE(portslave,$version) @@ -175,8 +175,8 @@ AC_OUTPUT( Makefile - pslave_cfg.h - pslave.conf + include/Makefile + include/pslave_cfg.h portslave.spec docs/Makefile debian/Makefile @@ -184,4 +184,7 @@ man/Makefile man/portslave.8 man/pslave.conf.5 - man/ctlportslave.1) + man/ctlportslave.1 + etc/Makefile + etc/pslave.conf +) Index: libtool =================================================================== RCS file: /cvsroot/portslave/portslave/libtool,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- libtool 3 Jan 2006 22:57:42 -0000 1.3 +++ libtool 17 Jan 2006 11:09:34 -0000 1.4 @@ -85,7 +85,7 @@ LTCC="gcc" # LTCC compiler flags. -LTCFLAGS="-DCHAPMS" +LTCFLAGS="-g -O2" # A language-specific compiler. CC="gcc" @@ -6931,7 +6931,7 @@ LTCC="gcc" # LTCC compiler flags. -LTCFLAGS="-DCHAPMS" +LTCFLAGS="-g -O2" # A language-specific compiler. CC="g++" --- pslave.conf.in DELETED --- --- pslave_cfg.h.in DELETED --- --- sh.common DELETED --- |
|
From: Paul D. <pdw...@us...> - 2006-01-17 11:09:45
|
Update of /cvsroot/portslave/portslave/man In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16690/man Modified Files: Makefile.in Log Message: Cleaned up source tree. Index: Makefile.in =================================================================== RCS file: /cvsroot/portslave/portslave/man/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.in 27 Oct 2005 06:23:24 -0000 1.1 +++ Makefile.in 17 Jan 2006 11:09:36 -0000 1.2 @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.7.9 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -# Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -13,7 +13,6 @@ # PARTICULAR PURPOSE. @SET_MAKE@ - srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ @@ -21,7 +20,6 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. - am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 @@ -35,7 +33,28 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ host_triplet = @host@ +subdir = man +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/ctlportslave.1.in $(srcdir)/portslave.8.in \ + $(srcdir)/pslave.conf.5.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = portslave.8 pslave.conf.5 ctlportslave.1 +SOURCES = +DIST_SOURCES = +man1dir = $(mandir)/man1 +am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \ + "$(DESTDIR)$(man8dir)" +man5dir = $(mandir)/man5 +man8dir = $(mandir)/man8 +NROFF = nroff +MANS = $(man_MANS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ @@ -102,6 +121,8 @@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ arp = @arp@ assignment = @assignment@ bigutmp = @bigutmp@ @@ -130,6 +151,7 @@ libexecdir = @libexecdir@ localstatedir = @localstatedir@ mandir = @mandir@ +mkdir_p = @mkdir_p@ no_local_ip = @no_local_ip@ oldincludedir = @oldincludedir@ pppdir = @pppdir@ @@ -150,31 +172,44 @@ target_alias = @target_alias@ telnet = @telnet@ version = @version@ - man_MANS = portslave.8 pslave.conf.5 ctlportslave.1 -subdir = man -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = portslave.8 pslave.conf.5 ctlportslave.1 -DIST_SOURCES = - -NROFF = nroff -MANS = $(man_MANS) -DIST_COMMON = $(srcdir)/Makefile.in Makefile.am ctlportslave.1.in \ - portslave.8.in pslave.conf.5.in all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu man/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) -portslave.8: $(top_builddir)/config.status portslave.8.in +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +portslave.8: $(top_builddir)/config.status $(srcdir)/portslave.8.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -pslave.conf.5: $(top_builddir)/config.status pslave.conf.5.in +pslave.conf.5: $(top_builddir)/config.status $(srcdir)/pslave.conf.5.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -ctlportslave.1: $(top_builddir)/config.status ctlportslave.1.in +ctlportslave.1: $(top_builddir)/config.status $(srcdir)/ctlportslave.1.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: @@ -186,11 +221,9 @@ distclean-libtool: -rm -f libtool uninstall-info-am: - -man1dir = $(mandir)/man1 install-man1: $(man1_MANS) $(man_MANS) @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(man1dir) + test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)" @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ @@ -209,8 +242,8 @@ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ done uninstall-man1: @$(NORMAL_UNINSTALL) @@ -230,14 +263,12 @@ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ - rm -f $(DESTDIR)$(man1dir)/$$inst; \ + echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \ + rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ done - -man5dir = $(mandir)/man5 install-man5: $(man5_MANS) $(man_MANS) @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(man5dir) + test -z "$(man5dir)" || $(mkdir_p) "$(DESTDIR)$(man5dir)" @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ @@ -256,8 +287,8 @@ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \ done uninstall-man5: @$(NORMAL_UNINSTALL) @@ -277,14 +308,12 @@ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \ - rm -f $(DESTDIR)$(man5dir)/$$inst; \ + echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \ + rm -f "$(DESTDIR)$(man5dir)/$$inst"; \ done - -man8dir = $(mandir)/man8 install-man8: $(man8_MANS) $(man_MANS) @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(man8dir) + test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)" @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ @@ -303,8 +332,8 @@ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \ done uninstall-man8: @$(NORMAL_UNINSTALL) @@ -324,8 +353,8 @@ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \ - rm -f $(DESTDIR)$(man8dir)/$$inst; \ + echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \ + rm -f "$(DESTDIR)$(man8dir)/$$inst"; \ done tags: TAGS TAGS: @@ -333,10 +362,6 @@ ctags: CTAGS CTAGS: -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - -top_distdir = .. -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ @@ -350,7 +375,7 @@ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ - $(mkinstalldirs) "$(distdir)$$dir"; \ + $(mkdir_p) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ @@ -368,9 +393,10 @@ check-am: all-am check: check-am all-am: Makefile $(MANS) - installdirs: - $(mkinstalldirs) $(DESTDIR)$(man1dir) $(DESTDIR)$(man5dir) $(DESTDIR)$(man8dir) + for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \ + test -z "$$dir" || $(mkdir_p) "$$dir"; \ + done install: install-am install-exec: install-exec-am install-data: install-data-am @@ -390,7 +416,7 @@ clean-generic: distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -407,6 +433,8 @@ dvi-am: +html: html-am + info: info-am info-am: @@ -443,14 +471,15 @@ .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am info info-am install install-am install-data \ - install-data-am install-exec install-exec-am install-info \ - install-info-am install-man install-man1 install-man5 \ - install-man8 install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ - ps ps-am uninstall uninstall-am uninstall-info-am uninstall-man \ - uninstall-man1 uninstall-man5 uninstall-man8 + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-exec install-exec-am \ + install-info install-info-am install-man install-man1 \ + install-man5 install-man8 install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-info-am uninstall-man uninstall-man1 uninstall-man5 \ + uninstall-man8 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |
|
From: Paul D. <pdw...@us...> - 2006-01-17 11:09:45
|
Update of /cvsroot/portslave/portslave/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16690/include Added Files: Makefile.am pslave_cfg.h.in Log Message: Cleaned up source tree. --- NEW FILE: Makefile.am --- noinst_HEADERS = pslave_cfg.h --- NEW FILE: pslave_cfg.h.in --- #ifndef __pslave_cfg_h #define __pslave_cfg_h @shadow@ @bigutmp@ #define PORTSLAVE_VERSION "@version@" @callback@ @assignment@ @no_local_ip@ @ipv6@ @fido@ #define RAD_ID_FILE "@rundir@/radius.id" #define PID_DIR "@rundir@" #define RAD_SESSIONID_FILE "@rundir@/radsession.id" #define CONFFILE "@sysconfdir@/pslave.conf" #define SYSCONFDIR "@sysconfdir@" #define RADCLIENT_CFG "@radclient_cfg@" #define PATH_ROUTE "@route@" #define PATH_IFCONFIG "@ifconfig@" #define PATH_ARP "@arp@" #define PATH_TELNET "@telnet@" #define PATH_SSH "@ssh@" #define PATH_RLOGIN "@rlogin@" #define PATH_PPP_RADIUS "@pppdradius@" #define BINDIR "@bindir@" #define SBIN_DIR "@sbindir@" /* Amount of seconds to sleep between SLIP/CSLIP traffic stat querys */ /* Less time == more load but better total accuracy. Does not effect PPP. */ #define STATS_SLEEP 3 #include <pppd/pppd.h> #endif /* __pslave_cfg_h */ |
|
From: Paul D. <pdw...@us...> - 2006-01-17 11:09:45
|
Update of /cvsroot/portslave/portslave/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16690/debian Modified Files: changelog Log Message: Cleaned up source tree. Index: changelog =================================================================== RCS file: /cvsroot/portslave/portslave/debian/changelog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- changelog 3 Jan 2006 22:57:42 -0000 1.38 +++ changelog 17 Jan 2006 11:09:36 -0000 1.39 @@ -1,3 +1,9 @@ +portslave (1:1.9.11) unstable; urgency=low + + * New release + + -- Paul Dwerryhouse <pa...@dw...> Tue, 17 Jan 2006 22:06:17 +1100 + portslave (1:1.9.10) unstable; urgency=low * New release |
|
From: Paul D. <pdw...@us...> - 2006-01-17 11:08:18
|
Update of /cvsroot/portslave/portslave/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16545/include Log Message: Directory /cvsroot/portslave/portslave/include added to the repository |
|
From: Paul D. <pdw...@us...> - 2006-01-17 11:07:13
|
Update of /cvsroot/portslave/portslave/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16301/etc Log Message: Directory /cvsroot/portslave/portslave/etc added to the repository |
|
From: Paul D. <pdw...@us...> - 2006-01-17 08:50:17
|
Update of /cvsroot/portslave/portslave/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17001/debian Modified Files: control rules Log Message: Updated debian packaging Index: control =================================================================== RCS file: /cvsroot/portslave/portslave/debian/control,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- control 16 Sep 2002 17:32:06 -0000 1.10 +++ control 17 Jan 2006 08:50:09 -0000 1.11 @@ -2,12 +2,12 @@ Section: comm Priority: optional Maintainer: Russell Coker <ru...@co...> -Build-Depends: debhelper, xutils, libradius1-dev -Standards-Version: 3.5.6 +Build-Depends: debhelper, xutils, libradius1-dev, ppp-dev (> 2.4.3) +Standards-Version: 3.6.2 Package: portslave Architecture: any -Depends: ${shlibs:Depends}, ppp (>= 2.4.1.uus-4), radiusclient1 +Depends: ${shlibs:Depends}, ppp (> 2.4.3), radiusclient1 Description: Terminal server that does PPP and authenticates via RADIUS This package provides a program named portslave which will use AT commands to answer a modem when it rings. It will then display a login: prompt at Index: rules =================================================================== RCS file: /cvsroot/portslave/portslave/debian/rules,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- rules 9 Oct 2005 09:09:33 -0000 1.14 +++ rules 17 Jan 2006 08:50:09 -0000 1.15 @@ -6,8 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=3 -export PKGDIR=`pwd`/debian/portslave +export PKGDIR=`pwd`/debian/tmp configure: configure-stamp configure-stamp: @@ -61,9 +60,9 @@ dh_testroot # dh_installdebconf dh_installdocs docs/* - mv $(PKGDIR)/usr/share/doc/portslave/LICENSE $(PKGDIR)/usr/share/doc/portslave/copyright - mv $(PKGDIR)/usr/share/doc/portslave/logcheck $(PKGDIR)/etc/logcheck/ignore.d.server/portslave - mv $(PKGDIR)/usr/share/doc/portslave/logcheck.pppd $(PKGDIR)/etc/logcheck/ignore.d.server/portslave.pppd +# mv $(PKGDIR)/usr/share/doc/portslave/LICENSE $(PKGDIR)/usr/share/doc/portslave/copyright +# mv $(PKGDIR)/usr/share/doc/portslave/logcheck $(PKGDIR)/etc/logcheck/ignore.d.server/portslave +# mv $(PKGDIR)/usr/share/doc/portslave/logcheck.pppd $(PKGDIR)/etc/logcheck/ignore.d.server/portslave.pppd dh_installexamples dh_installmenu # dh_installpam |
|
From: Paul D. <pdw...@us...> - 2006-01-03 22:57:52
|
Update of /cvsroot/portslave/portslave In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24372 Modified Files: configure configure.in libtool Removed Files: install.sh Log Message: Update debian changelog Index: configure =================================================================== RCS file: /cvsroot/portslave/portslave/configure,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- configure 27 Oct 2005 06:23:24 -0000 1.33 +++ configure 3 Jan 2006 22:57:42 -0000 1.34 @@ -1506,7 +1506,7 @@ -version="1.9.9" +version="1.9.10" am__api_version="1.7" ac_aux_dir= @@ -3640,7 +3640,7 @@ case $host_os in darwin*) [...4847 lines suppressed...] @@ -19175,7 +18133,7 @@ # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. - for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ @@ -19293,6 +18251,9 @@ # A C compiler. LTCC=$lt_LTCC +# LTCC compiler flags. +LTCFLAGS=$lt_LTCFLAGS + # A language-specific compiler. CC=$lt_compiler_RC Index: configure.in =================================================================== RCS file: /cvsroot/portslave/portslave/configure.in,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- configure.in 27 Oct 2005 06:23:24 -0000 1.37 +++ configure.in 3 Jan 2006 22:57:42 -0000 1.38 @@ -2,7 +2,7 @@ AC_INIT(src/lib.c) AC_SUBST(version) -version="1.9.9" +version="1.9.10" AM_INIT_AUTOMAKE(portslave,$version) Index: libtool =================================================================== RCS file: /cvsroot/portslave/portslave/libtool,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- libtool 9 Oct 2005 09:09:33 -0000 1.2 +++ libtool 3 Jan 2006 22:57:42 -0000 1.3 @@ -1,7 +1,7 @@ #! /bin/sh # libtoolT - Provide generalized library-building support services. -# Generated automatically by (GNU portslave 1.9.9) +# Generated automatically by (GNU portslave 1.9.10) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 @@ -84,6 +84,9 @@ # A C compiler. LTCC="gcc" +# LTCC compiler flags. +LTCFLAGS="-DCHAPMS" + # A language-specific compiler. CC="gcc" @@ -198,7 +201,7 @@ # Commands used to build and install an old-style archive. RANLIB="ranlib" old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs\$old_deplibs~\$RANLIB \$oldlib" -old_postinstall_cmds="\$RANLIB \$oldlib~chmod 644 \$oldlib" +old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$oldlib" old_postuninstall_cmds="" # Create an old-style archive from a shared archive. @@ -316,13 +319,13 @@ # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. -variables_saved_for_relink="PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=no # Compile-time system search path for libraries -sys_lib_search_path_spec=" /usr/lib/gcc/i486-linux-gnu/4.0.2/ /usr/lib/gcc/i486-linux-gnu/4.0.2/ /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../i486-linux-gnu/lib/i486-linux-gnu/4.0.2/ /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../i486-linux-gnu/lib/ /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../i486-linux-gnu/4.0.2/ /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../ /lib/i486-linux-gnu/4.0.2/ /lib/ /usr/lib/i486-linux-gnu/4.0.2/ /usr/lib/" +sys_lib_search_path_spec=" /usr/lib/gcc/i486-linux-gnu/4.0.3/ /usr/lib/gcc/i486-linux-gnu/4.0.3/ /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../i486-linux-gnu/lib/i486-linux-gnu/4.0.3/ /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../i486-linux-gnu/lib/ /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../i486-linux-gnu/4.0.3/ /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../ /lib/i486-linux-gnu/4.0.3/ /lib/ /usr/lib/i486-linux-gnu/4.0.3/ /usr/lib/" # Run-time system search path for libraries sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib " @@ -6927,6 +6930,9 @@ # A C compiler. LTCC="gcc" +# LTCC compiler flags. +LTCFLAGS="-DCHAPMS" + # A language-specific compiler. CC="g++" @@ -7041,7 +7047,7 @@ # Commands used to build and install an old-style archive. RANLIB="ranlib" old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs\$old_deplibs~\$RANLIB \$oldlib" -old_postinstall_cmds="\$RANLIB \$oldlib~chmod 644 \$oldlib" +old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$oldlib" old_postuninstall_cmds="" # Create an old-style archive from a shared archive. @@ -7066,11 +7072,11 @@ # Dependencies to place before the objects being linked to create a # shared library. -predep_objects="/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.0.2/crtbeginS.o" +predep_objects="/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.0.3/crtbeginS.o" # Dependencies to place after the objects being linked to create a # shared library. -postdep_objects="/usr/lib/gcc/i486-linux-gnu/4.0.2/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/crtn.o" +postdep_objects="/usr/lib/gcc/i486-linux-gnu/4.0.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../lib/crtn.o" # Dependencies to place before the objects being linked to create a # shared library. @@ -7082,7 +7088,7 @@ # The library search path used internally by the compiler when linking # a shared library. -compiler_lib_search_path="-L/usr/lib/gcc/i486-linux-gnu/4.0.2 -L/usr/lib/gcc/i486-linux-gnu/4.0.2 -L/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib -L/usr/lib/gcc/i486-linux-gnu/4.0.2/../../.. -L/lib/../lib -L/usr/lib/../lib" +compiler_lib_search_path="-L/usr/lib/gcc/i486-linux-gnu/4.0.3 -L/usr/lib/gcc/i486-linux-gnu/4.0.3 -L/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../lib -L/usr/lib/gcc/i486-linux-gnu/4.0.3/../../.. -L/lib/../lib -L/usr/lib/../lib" # Method to check whether dependent libraries are shared objects. deplibs_check_method="pass_all" @@ -7148,7 +7154,7 @@ # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. -hardcode_shlibpath_var= +hardcode_shlibpath_var=unsupported # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. @@ -7162,7 +7168,7 @@ link_all_deplibs=no # Compile-time system search path for libraries -sys_lib_search_path_spec=" /usr/lib/gcc/i486-linux-gnu/4.0.2/ /usr/lib/gcc/i486-linux-gnu/4.0.2/ /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../i486-linux-gnu/lib/i486-linux-gnu/4.0.2/ /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../i486-linux-gnu/lib/ /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../i486-linux-gnu/4.0.2/ /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../ /lib/i486-linux-gnu/4.0.2/ /lib/ /usr/lib/i486-linux-gnu/4.0.2/ /usr/lib/" +sys_lib_search_path_spec=" /usr/lib/gcc/i486-linux-gnu/4.0.3/ /usr/lib/gcc/i486-linux-gnu/4.0.3/ /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../i486-linux-gnu/lib/i486-linux-gnu/4.0.3/ /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../i486-linux-gnu/lib/ /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../i486-linux-gnu/4.0.3/ /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../ /lib/i486-linux-gnu/4.0.3/ /lib/ /usr/lib/i486-linux-gnu/4.0.3/ /usr/lib/" # Run-time system search path for libraries sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib " --- install.sh DELETED --- |
|
From: Paul D. <pdw...@us...> - 2006-01-03 22:57:52
|
Update of /cvsroot/portslave/portslave/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24372/debian Modified Files: changelog Log Message: Update debian changelog Index: changelog =================================================================== RCS file: /cvsroot/portslave/portslave/debian/changelog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- changelog 9 Oct 2005 09:09:33 -0000 1.37 +++ changelog 3 Jan 2006 22:57:42 -0000 1.38 @@ -1,7 +1,14 @@ -portslave (1:1.9.9) unstable; urgency=low +portslave (1:1.9.10) unstable; urgency=low * New release + -- Paul Dwerryhouse <pa...@dw...> Fri, 28 Oct 2005 15:34:33 +1000 + +portslave (1:1.9.9) unstable; urgency=low + + * automake build + * New compiles + -- Paul Dwerryhouse <pa...@dw...> Tue, 27 Sep 2005 09:39:49 +1000 portslave (2002.10.21) unstable; urgency=low |
|
From: Paul D. <pdw...@us...> - 2005-10-27 12:29:24
|
Update of /cvsroot/portslave/portslave In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12264 Modified Files: README Log Message: MSCHAP code now compiles. Don't know if it works. Index: README =================================================================== RCS file: /cvsroot/portslave/portslave/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- README 27 Oct 2005 04:28:24 -0000 1.2 +++ README 27 Oct 2005 12:29:04 -0000 1.3 @@ -1,5 +1,5 @@ -As of version 2005.09.26, the portslave source has now been uncoupled from +As of version 1.9.9, the portslave source has now been uncoupled from pppd. You must compile and install pppd separately, before building portslave. QUICKSTART GUIDE FOR LINUX USERS: @@ -8,3 +8,4 @@ make make install +-- Paul Dwerryhouse <pa...@dw...> 2005-10-27 |
|
From: Paul D. <pdw...@us...> - 2005-10-27 12:29:24
|
Update of /cvsroot/portslave/portslave/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12264/docs Modified Files: MAINTAINERS Log Message: MSCHAP code now compiles. Don't know if it works. Index: MAINTAINERS =================================================================== RCS file: /cvsroot/portslave/portslave/docs/MAINTAINERS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- MAINTAINERS 23 Dec 2001 17:51:01 -0000 1.2 +++ MAINTAINERS 27 Oct 2005 12:29:04 -0000 1.3 @@ -21,3 +21,7 @@ * 2000-12-24+ Russell Coker <ru...@co...> + +* 1.9.9+ + + Paul Dwerryhouse <pa...@dw...> |
|
From: Paul D. <pdw...@us...> - 2005-10-27 12:29:24
|
Update of /cvsroot/portslave/portslave/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12264/src Modified Files: Makefile.am Makefile.in radclient.c Log Message: MSCHAP code now compiles. Don't know if it works. Index: Makefile.am =================================================================== RCS file: /cvsroot/portslave/portslave/src/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 26 Oct 2005 12:48:55 -0000 1.2 +++ Makefile.am 27 Oct 2005 12:29:04 -0000 1.3 @@ -1,5 +1,5 @@ -#AM_CFLAGS = -DNO_CHAP +#AM_CFLAGS = -DCHAPMS sbin_PROGRAMS = portslave ctlportslave lib_LTLIBRARIES = libpsr.la libportslave.la Index: Makefile.in =================================================================== RCS file: /cvsroot/portslave/portslave/src/Makefile.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.in 26 Oct 2005 12:48:55 -0000 1.7 +++ Makefile.in 27 Oct 2005 12:29:04 -0000 1.8 @@ -14,7 +14,7 @@ @SET_MAKE@ -#AM_CFLAGS = -DNO_CHAP +#AM_CFLAGS = -DCHAPMS srcdir = @srcdir@ top_srcdir = @top_srcdir@ Index: radclient.c =================================================================== RCS file: /cvsroot/portslave/portslave/src/radclient.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- radclient.c 26 Oct 2005 12:48:55 -0000 1.35 +++ radclient.c 27 Oct 2005 12:29:04 -0000 1.36 @@ -40,6 +40,22 @@ #define PW_SSH 1000 #endif +#ifndef VENDOR_MICROSOFT +#define VENDOR_MICROSOFT 311 +#endif + +#ifndef PW_MS_CHAP_CHALLENGE +#define PW_MS_CHAP_CHALLENGE 11 +#endif + +#ifndef PW_MS_CHAP_RESPONSE +#define PW_MS_CHAP_RESPONSE 11 +#endif + +#ifndef PW_MS_CHAP2_RESPONSE +#define PW_MS_CHAP2_RESPONSE 25 +#endif + extern void radius_md5_calc(unsigned char *, unsigned char *, unsigned int); /* @@ -493,10 +509,10 @@ case CHAP_MICROSOFT: { /* MS-CHAP-Challenge and MS-CHAP-Response */ - MS_ChapResponse *rmd = (MS_ChapResponse *) remmd; + MS_ChapResponse *rmd = (MS_ChapResponse *) response+1; u_char *p = cpassword; - *p++ = cstate->chal_id; + *p++ = id; /* The idiots use a different field order in RADIUS than PPP */ memcpy(p, rmd->UseNT, sizeof(rmd->UseNT)); p += sizeof(rmd->UseNT); @@ -504,19 +520,19 @@ p += sizeof(rmd->LANManResp); memcpy(p, rmd->NTResp, sizeof(rmd->NTResp)); - rc_avpair_add(&send, PW_MS_CHAP_CHALLENGE, - challenge + 1, challenge[0], VENDOR_MICROSOFT); - rc_avpair_add(&send, PW_MS_CHAP_RESPONSE, - cpassword, MS_CHAP_RESPONSE_LEN + 1, VENDOR_MICROSOFT); + rc_avpair_add(&pkt, PW_MS_CHAP_CHALLENGE, + challenge + 1, challenge[0]); + rc_avpair_add(&pkt, PW_MS_CHAP_RESPONSE, + cpassword, MS_CHAP_RESPONSE_LEN + 1); } break; case CHAP_MICROSOFT_V2: { /* MS-CHAP-Challenge and MS-CHAP2-Response */ - MS_Chap2Response *rmd = (MS_Chap2Response *) remmd; + MS_Chap2Response *rmd = (MS_Chap2Response *) response+1; u_char *p = cpassword; - *p++ = cstate->chal_id; + *p++ = id; /* The idiots use a different field order in RADIUS than PPP */ memcpy(p, rmd->Flags, sizeof(rmd->Flags)); p += sizeof(rmd->Flags); @@ -526,10 +542,10 @@ p += sizeof(rmd->Reserved); memcpy(p, rmd->NTResp, sizeof(rmd->NTResp)); - rc_avpair_add(&send, PW_MS_CHAP_CHALLENGE, - cstate->challenge, cstate->chal_len, VENDOR_MICROSOFT); - rc_avpair_add(&send, PW_MS_CHAP2_RESPONSE, - cpassword, MS_CHAP2_RESPONSE_LEN + 1, VENDOR_MICROSOFT); + rc_avpair_add(&pkt, PW_MS_CHAP_CHALLENGE, + challenge + 1, challenge[0]); + rc_avpair_add(&pkt, PW_MS_CHAP2_RESPONSE, + cpassword, MS_CHAP2_RESPONSE_LEN + 1); } break; #endif |
|
From: Paul D. <pdw...@us...> - 2005-10-27 06:23:33
|
Update of /cvsroot/portslave/portslave/man In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4704/man Added Files: Makefile.am Makefile.in ctlportslave.1.in portslave.8.in pslave.conf.5.in Log Message: Moved man pages to separate directory. --- NEW FILE: Makefile.am --- man_MANS = portslave.8 pslave.conf.5 ctlportslave.1 --- NEW FILE: Makefile.in --- # Makefile.in generated by automake 1.7.9 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ ac_ct_RANLIB = @ac_ct_RANLIB@ ac_ct_STRIP = @ac_ct_STRIP@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ arp = @arp@ assignment = @assignment@ bigutmp = @bigutmp@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ callback = @callback@ callback_patch = @callback_patch@ datadir = @datadir@ exec_prefix = @exec_prefix@ fido = @fido@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ ifconfig = @ifconfig@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ ipv6 = @ipv6@ libdir = @libdir@ libexecdir = @libexecdir@ localstatedir = @localstatedir@ mandir = @mandir@ no_local_ip = @no_local_ip@ oldincludedir = @oldincludedir@ pppdir = @pppdir@ pppdradius = @pppdradius@ pppsourcedir = @pppsourcedir@ prefix = @prefix@ program_transform_name = @program_transform_name@ radclient_cfg = @radclient_cfg@ rlogin = @rlogin@ route = @route@ rundir = @rundir@ sbindir = @sbindir@ shadow = @shadow@ sharedstatedir = @sharedstatedir@ ssh = @ssh@ stripping = @stripping@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ telnet = @telnet@ version = @version@ man_MANS = portslave.8 pslave.conf.5 ctlportslave.1 subdir = man ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = portslave.8 pslave.conf.5 ctlportslave.1 DIST_SOURCES = NROFF = nroff MANS = $(man_MANS) DIST_COMMON = $(srcdir)/Makefile.in Makefile.am ctlportslave.1.in \ portslave.8.in pslave.conf.5.in all: all-am .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu man/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) portslave.8: $(top_builddir)/config.status portslave.8.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ pslave.conf.5: $(top_builddir)/config.status pslave.conf.5.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ ctlportslave.1: $(top_builddir)/config.status ctlportslave.1.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool uninstall-info-am: man1dir = $(mandir)/man1 install-man1: $(man1_MANS) $(man_MANS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(man1dir) @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.1*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ else file=$$i; fi; \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 1*) ;; \ *) ext='1' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ done uninstall-man1: @$(NORMAL_UNINSTALL) @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.1*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 1*) ;; \ *) ext='1' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ rm -f $(DESTDIR)$(man1dir)/$$inst; \ done man5dir = $(mandir)/man5 install-man5: $(man5_MANS) $(man_MANS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(man5dir) @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.5*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ else file=$$i; fi; \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 5*) ;; \ *) ext='5' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \ $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \ done uninstall-man5: @$(NORMAL_UNINSTALL) @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.5*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 5*) ;; \ *) ext='5' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \ rm -f $(DESTDIR)$(man5dir)/$$inst; \ done man8dir = $(mandir)/man8 install-man8: $(man8_MANS) $(man_MANS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(man8dir) @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.8*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ else file=$$i; fi; \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 8*) ;; \ *) ext='8' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \ $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \ done uninstall-man8: @$(NORMAL_UNINSTALL) @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.8*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 8*) ;; \ *) ext='8' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \ rm -f $(DESTDIR)$(man8dir)/$$inst; \ done tags: TAGS TAGS: ctags: CTAGS CTAGS: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(MANS) installdirs: $(mkinstalldirs) $(DESTDIR)$(man1dir) $(DESTDIR)$(man5dir) $(DESTDIR)$(man8dir) install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic distclean-libtool dvi: dvi-am dvi-am: info: info-am info-am: install-data-am: install-man install-exec-am: install-info: install-info-am install-man: install-man1 install-man5 install-man8 installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-info-am uninstall-man uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8 .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am info info-am install install-am install-data \ install-data-am install-exec install-exec-am install-info \ install-info-am install-man install-man1 install-man5 \ install-man8 install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am uninstall uninstall-am uninstall-info-am uninstall-man \ uninstall-man1 uninstall-man5 uninstall-man8 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: --- NEW FILE: ctlportslave.1.in --- .TH "ctlportslave" "1" "June 2001" "portslave @version@" "Portslave" .SH "NAME" ctlportslave \- terminal server control and monitor program. .SH "SYNOPSIS" .B ctlportslave .I [\-f [\-p password] [\-r password]] .SH "DESCRIPTION" This manual page documents briefly the .BR ctlportslave , program. .P This program is a management program for the .B portslave program. .SH "OPTIONS" .TP .B \-f act as finger daemon. .TP .B \-p password specify the finger password. .TP .B \-r password specify the password to reset a port through the finger daemon. .SH "FINGER OPERATION" This program can be run as a finger daemon. Just set it up in your inetd configuration to be listening on the finger port. Then run .B finger help@nas to get more information. .SH "AUTHOR" This man page was written by Russell Coker <ru...@co...>. May be freely used and distributed without restriction. .SH "SEE ALSO" .BR pslave.conf (5), .BR pppd (8), .BR portslave (8) --- NEW FILE: portslave.8.in --- .TH "portslave" "8" "June 2001" "portslave @version@" "Portslave" .SH "NAME" portslave \- terminal server program. .SH "SYNOPSIS" .B portslave .I [+config\-file] port|\- .SH "DESCRIPTION" This manual page documents briefly the .BR portslave , program. .P This program is a getty replacement that will run it's own version of pppd, the user can specify their user\-name via a login: prompt or PPP PAP negotiation. After the username and password have been supplied the user will be authenticated by the RADIUS protocol. .SH "OPTIONS" An optional first parameter is '+config\-file' to specify an alternate config file. The default is @sysconfdir@/pslave.conf . The next parameter is either the port number or '\-'. The value '\-' means that portslave is to use it's controlling tty as the serial device and inspect the config file to find the RADIUS port number which matches that. This was originally written for telnetd support (telnetd puts a '\-' as the first command line parameter) but can be used for other things. To run over the telnet protocol put a config entry similar to the following in your inetd configuration: .B telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd -L /usr/sbin/portslave Then in the pslave.conf file put a series of entries specifying every pseudo-tty device (either ptyp0, ptyp1, etc or pts/1, pts/2 etc depending on which type of device naming you use). For the RADIUS port numbers which are to be used for telnet connections you must specify the initchat as an empty string. If you want to run portslave over a clean TCP connection (no telnet protocol) then put the following in your inetd configuration: .B telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/portslave - .SH "AUTHOR" This man page was written by Russell Coker <ru...@co...>. May be freely used and distributed without restriction. .SH "SEE ALSO" .BR pslave.conf (5), .BR pppd (8), .BR ctlportslave (1) --- NEW FILE: pslave.conf.5.in --- .TH "pslave.conf" "5" "June 2001" "portslave @version@" "Portslave" .SH "NAME" .BR pslave.conf \- configuration file for portslave(8) .SH "FORMAT" A line that starts with '#' is a comment. Any other line is a configuration statement. Configuration statements may be extended to cover multiple lines with a '\\' character at the end of a line. .SH "OVERVIEW" In previous versions of Portslave there are two main types of configuration directives, global directives that start with .B 'conf.' and line directives starting with .B 'all.' or .B 'sXX.' The configuration directives were divided (somewhat arbitarily) into global directives that apply to all lines and line directives that may have different values for each line. This distinction makes no sense to me, so I have removed it. Now all directives can have different values for each line! This gives this version of Portslave many new configuration options that were previously absent. If a line starts with .B 'conf.' or .B 'all.' then it's value is a default value for all lines. If a line starts with .B 'sXX.' then it's value applies to the specified line (where 'XX' specifies the number of the 'NAS port' \- a non-negative number). This number is the command-line parameter used on the portslave command line. .SH "DATA TYPES" Configuration directives are all comprised of a name followed by a value. The value may be of type int, dynamic int, bool, string, enum, hostname, hostname service, IP number, IP number service, dynamic IP number, and chat\-script. .TP .B int A simple number. .TP .B dynamic int Number which may end in a '+' character to specify that the it is to have the port number added to it. .TP .B bool A boolean value, 0/no/false or 1/yes/true. .TP .B string A string may comprise multiple lines, non\-terminal lines must end with a '\\' character. Strings do not need quotes around them (double quotes around strings are accepted but ignored, useful if you want leading or trailing white\-space I guess). The null string representation is "". All the usual string escape sequences are supported, \\n for a new line, \\r for carriage return, ^D or ^d means the controll\-D sequence (character ASCII 4 EOT). .TP .B enum One of several string values that are internally translated to a number. .TP .B hostname Hostnames are resolved to IP addresses immediately upon startup! You must have your name server running before Portslave is started! .TP .B hostname service hostname and IP service (either a number or a name to be resolved from /etc/services). The IP service is optional, if it is specified then the IP address must be enclosed in "[" and "]". .TP .B IP number Simple dotted\-quad IP address. .TP .B dynamic IP number Dotted\-quad IP address which may end in a '+' character to specify that the IP address is to have the port number added to it. .SH "EXPANSION" Lines may be expanded in the following fashion: .B s{32-63}.tty tts/C{0-31} This means the same as the following: .B s32.tty tts/C0 .B s33.tty tts/C1 .B ... .B s63.tty tts/C31 .SH "ATTRIBUTES" .TP .B logpassword bool \- whether to write users' passwords to syslog (default no). .TP .B chat\-script A chat script is at it's simplest a series of .B expect send pairs. The system will expect a string and then send another string in response if/when it receives the expect string. An expect\-string may be of the form .B A\-B\-C in which case if the sub\-string .B A is not found due to timeout then the sub\-string .B B will be sent and then the sub\-string .B C will be expected. NB There must be exactly three parts to an expect-string that has sub-strings and they are to be delimited by "\-" characters. Also note that to wait for a "\-" you must escape it as "\\\-". The send string may have the following special escape sequences. "\\d" for a one second delay, "\\p" for a 100ms pause, "\\l" to lower DTR for one second, "\\c" to specify that the string is not to end with a "\\r" character, and "\\K" to send a break character. Also special strings may be inserted before the .B expect strings in any part of the chat script. The special strings are as follows: .B TIMEOUT XX to specify that the new timeout when waiting for an expect string is to be .B XX seconds. .B WAIT DCD to wait for the .B DCD line of the modem to be asserted. .B STATUS USER\-NAME HOST\-NAME writes an entry to the /var/run/utmp file with the user name field set to the first parameter (portslave uses "Incoming" and "Connected" as the default values for the first two phases of connecting). It also uses "%p:I.HANDSHAKE" as the default for the hostname. See ctlportslave for the use of this. .B ABORT XX to abort the connection if the string .B XX (which may contain multiple words surrounded by quotes) is received. .B SETVAR Z=XX to set the variable specified by the character .B Z to the text following the string .B XX (quote the entire .B Z=XX part if the string .B XX contains a space). The variable .B Z may be 'C' for the connect string, 'S' for the source of the call (from caller line identification), or 'D' for the number dialled (from CLI). Here is an example to recognise the connect strings from common configurations of Hayes compatible modems: SETVAR "C=CARRIER " SETVAR C+PROTOCOL: SETVAR C?CONNECT The first line does an unconditional assignment when the string "CARRIER " is found, the second appends data to the variable when the string "PROTOCOL" is found, and the third will do an assignment when the string "CONNECT" is found if the variable is empty. Note that in the variable assignment white-space preceeding the value is removed. .SH "GLOBAL DIRECTIVES" .TP .B hostname String \- Hostname of the current system. Defaults to the hostname returned by gethostname(). .TP .B loc_host IP number \- address for local end of SLIP and PPP connections, defaults to a DNS lookup of the value from .B hostname. .TP .B lockdir String \- Lock directory, defaults to /var/lock which is the directory for FSSTD compliant systems. If set to an empty string then it will turn off locking. .TP .B rlogin String \- Where to find the rlogin binary that accepts the \-i flag for specifying the local user\-name. Defaults to the location where we install rlogin\-radius. .TP .B telnet String \- Where to find telnet. This can just be the system telnet. Defaults to where telnet is detected on the local system. .TP .B ssh String \- Where to find ssh. This can just be the system SSH. Defaults to where ssh is detected on the local system. .TP .B pppd String \- Where to find our patched pppd that supports the libpsr.so library. Defaults to the location where we install pppd\-radius. .TP .B locallogins bool \- If you set this to true, you can login locally by putting a '!' before your loginname. Useful for emergencies when the RADIUS server is down. Setting this is a potential security risk! .TP .B allow_chap bool \- Set to true if you want CHAP authentication. Turned off by default at the moment because the chap code in pppd doesn't allow setting the IP address. .TP .B syslog hostname \- The host to send remote syslog data to. Leave empty for only local logging. .TP .B facility int \- The local facility number. A number from 0 to 7 inclusive means syslog facility local0 to local7. .TP .B filterdir string \- Directory where your scripts that set up IP filtering (typically using ipchains or iptables) are stored. To invoke them, just add the RADIUS\-attribute Framed\-Filter\-Id = "foo" to your profile, where foo is the name of script. Then the script will be run as: .B script <start:stop> <remote ip> <local ip> <remote netmask> .TP .B stripnames bool \- whether to remove a preceeding 'P', 'C', 'S', '!', or 'L' or a trailing '.slip', '.cslip', or '.ppp' before storing the user-name in the utmp. .TP .B tty string \- this is the only line directive that can't be used as an 'all.' or 'conf.' setting. It is used to specify the device file (either an absolute path or relative to /dev) that is used for the device. If you want devices /dev/tts/0 and /dev/ttr/5 to be NAS ports 1 and 2 respectively and have them use the default line settings (from the 'all' values) then you can use the following lines: s1.tty tts/0 s2.tty ttr/5 .TP .B debug int \- 0 means no debug output, 1 means some, 2 means all. 2 means lots of data! .TP .B sysutmp bool \- if true then log to utmp like a regular getty/login. Do not set this to false unless you really know what you are doing, it breaks ctlportslave (amoung other things). .TP .B syswtmp bool \- if true then log to wtmp like a regular getty/login (NB we will never log to wtmp if utmp logging is off). .TP .B utmpfrom string \- format of the utmp/wtmp FROM field. See the expansion directives section. The default value is "%p:%P.%3.%4", for ctlportslave to work properly the start of the string must be "%p:". .TP .B emumodem bool \- emulate a modem. This is for when Portslave is directly connected to a machine that thinks it is connected to a modem. Portslave will emulate a Hayes compatible modem. .TP .B porttype enum \- 'async', 'sync', 'isdn', 'isdn\-v120', or 'isdn\-v110'. If you don't understand this then you probably want 'async'. .TP .B authtype enum \- 'none', 'radius', 'tacacs', 'remote', 'local', 'radius/local', 'tacacs/local', 'local/radius', or 'local/tacacs' for which type of authentication to use. 'none' means that we just use the supplied user-name for logging purposes and don't talk to the RADIUS server on login. .TP .B radclient_config_file string \- file name for configuration file for radclient .TP .B radnullpass bool \- true means to accept RADIUS logins with a null password, false means to reject them. Default true. .TP .B tacauthhost1 tacauthhost2 hostname \- host names for the TACACS Authentication host if Portslave is compiled with TACACS support. .TP .B protocol enum \- 'login', 'rlogin', 'telnet', 'ssh1', 'ssh', 'slip', 'cslip', 'ppp', 'ppp_only', 'tcpclear', 'tcplogin', 'console', 'socket_client', 'socket_server', or 'socket_ssh'. Login is to exec /bin/login. Rlogin, telnet, and ssh are for executing those programs to login to other machines. Slip, cslip, and PPP are for running those IP connectivity protocols, ppp_only is for leased line configuration. Tcplogin and console are apparently not implemented, with tcpclear I have not been able to work out what it does. Contributions welcome! Default ppp. .TP .B host hostname \- default host for rlogin/telnet/ssh sessions. .TP .B rem_host dynamic IP number \- used as the client IP address if the RADIUS server doesn't send an IP address, or when it tells us to use a dynamic address. .TP .B netmask IP number \- in almost all cases it should be 255.255.255.255, leave it at that unless you really know what you are doing. .TP .B mtu int \- MTU for connection, 1500 is a good value as that's what Ethernet uses and most packets get routed over Ethernet in some way so 1500 avoids fragmentation and reduces the number of packets needed to transfer data. .TP .B mru int \- MRU for connection, generally should be the same as the MTU. .TP .B autoppp string \- PPP command\-line options to be used when we autodetect a PPP session. Note that the expansion directives apply. .TP .B pppopt string \- PPP command\-line options to be used when we have already authenticated the user and the service type is known to be PPP. Same format as autoppp. .TP .B issue string \- message that is issued on connect. Expansion directives are applied. .TP .B prompt string \- login prompt, default is "%h login: ". Expansion directives are applied. .TP .B term string \- terminal type for rlogin/telnet/ssh sessions. Defaults to vt100. .TP .B speed int \- port speed in bps. .TP .B socket_port dynamic int \- port number used for telnet targets. .TP .B parity enum \- 'none', 'odd', or 'even'. .TP .B stopbits int \- number of stop bits. .TP .B datasize int \- size of a character 5, 6, 7, or 8 bits. .TP .B dcd bool \- use the DCD line or not (this sets CLOCAL if off). This means that the session will get hung up if the modem hangs up. .TP .B flow enum \- 'none', 'hard', or 'soft'. Hardware (RTS/CTS), software (XON/XOFF AKA ^S/^Q), or no flow control. .TP .B initchat chat\-script \- the chat script for initialising the modem and answering. Needs much more documentation on this. .TP .B radclient_config_file string \- configuration file for radclient (default /etc/portslave/radclient.conf). .TP .B login_time string \- the times that are allowed for logins. .TP .B login_time_limited bool \- if true then the maximum length of the call will be determined by the value of the login_time setting. .SH "EXPANSION DIRECTIVES" These directives can be used for the format of the utmp/wtmp field, for the autoppp, pppopt, issue, prompt fields, and others. .TP .B %l login name .TP .B %L stripped login name .TP .B %p NAS port number .TP .B %P protocol .TP .B %b port speed .TP .B %H host for telnet/ssh connections .TP .B %i local IP .TP .B %j remote IP .TP .B %1 first byte (MSB) of remote IP .TP .B %2 second byte of remote IP .TP .B %3 third byte of remote IP .TP .B %4 fourth byte (LSB) of remote IP .TP .B %c connect\-info .TP .B %m netmask .TP .B %M .B multilink if the RADIUS server has PW_NAS_PORT_LIMIT set to > 1, otherwise empty string .TP .B %t MTU .TP .B %r MRU .TP .B %I idle timeout .TP .B %T session timeout .TP .B %h hostname .TP .B %d dcd setting, expands to "modem" if DCD line is to be used or to "local" if it isn't. Put this on the ppp command line to give it the right setting to match the value of the "dcd" attribute. .TP .B %% % .SH "BUGS" The documentation section for protocol in the line directives section needs to be improved. I intend to do so as soon as I work out what the code does. The initchat option needs heaps more documentation. As soon as I figure it out... The realm section needs to be improved, to do this I have to go through the code and comment what it does so I can understand it. .SH "AUTHOR" This man page was written by Russell Coker <ru...@co...>. May be freely used and distributed without restriction. .SH "SEE ALSO" .BR portslave (8), .BR pppd (8), .BR cltportslave (1) |
|
From: Paul D. <pdw...@us...> - 2005-10-27 06:23:32
|
Update of /cvsroot/portslave/portslave In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4704 Modified Files: Makefile.am Makefile.in configure configure.in Removed Files: ctlportslave.1.in portslave.8.in pslave.conf.5.in Log Message: Moved man pages to separate directory. Index: Makefile.am =================================================================== RCS file: /cvsroot/portslave/portslave/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 27 Oct 2005 04:15:56 -0000 1.4 +++ Makefile.am 27 Oct 2005 06:23:24 -0000 1.5 @@ -1,9 +1,7 @@ -BASE_SUBDIRS = src docs debian +BASE_SUBDIRS = src docs man debian SUBDIRS = . $(BASE_SUBDIRS) DIST_SUBDIRS = $(BASE_SUBDIRS) -man_MANS = portslave.8 pslave.conf.5 ctlportslave.1 - #EXTRA_DIST = Index: Makefile.in =================================================================== RCS file: /cvsroot/portslave/portslave/Makefile.in,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Makefile.in 27 Oct 2005 04:15:56 -0000 1.18 +++ Makefile.in 27 Oct 2005 06:23:24 -0000 1.19 @@ -150,23 +150,17 @@ target_alias = @target_alias@ telnet = @telnet@ version = @version@ -BASE_SUBDIRS = src docs debian +BASE_SUBDIRS = src docs man debian SUBDIRS = . $(BASE_SUBDIRS) DIST_SUBDIRS = $(BASE_SUBDIRS) - -man_MANS = portslave.8 pslave.conf.5 ctlportslave.1 subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = pslave_cfg.h pslave.conf portslave.8 pslave.conf.5 \ - ctlportslave.1 portslave.spec +CONFIG_CLEAN_FILES = pslave_cfg.h pslave.conf portslave.spec DIST_SOURCES = -NROFF = nroff -MANS = $(man_MANS) - RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ ps-recursive install-info-recursive uninstall-info-recursive \ all-recursive install-data-recursive install-exec-recursive \ @@ -174,9 +168,8 @@ check-recursive installcheck-recursive DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \ COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 \ - config.guess config.sub configure configure.in \ - ctlportslave.1.in depcomp install-sh ltmain.sh missing \ - mkinstalldirs portslave.8.in portslave.spec.in pslave.conf.5.in \ + config.guess config.sub configure configure.in depcomp \ + install-sh ltmain.sh missing mkinstalldirs portslave.spec.in \ pslave.conf.in pslave_cfg.h.in all: all-recursive @@ -201,12 +194,6 @@ cd $(top_builddir) && $(SHELL) ./config.status $@ pslave.conf: $(top_builddir)/config.status pslave.conf.in cd $(top_builddir) && $(SHELL) ./config.status $@ -portslave.8: $(top_builddir)/config.status portslave.8.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -pslave.conf.5: $(top_builddir)/config.status pslave.conf.5.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -ctlportslave.1: $(top_builddir)/config.status ctlportslave.1.in - cd $(top_builddir) && $(SHELL) ./config.status $@ portslave.spec: $(top_builddir)/config.status portslave.spec.in cd $(top_builddir) && $(SHELL) ./config.status $@ @@ -220,147 +207,6 @@ -rm -f libtool uninstall-info-am: -man1dir = $(mandir)/man1 -install-man1: $(man1_MANS) $(man_MANS) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(man1dir) - @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ - l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ - for i in $$l2; do \ - case "$$i" in \ - *.1*) list="$$list $$i" ;; \ - esac; \ - done; \ - for i in $$list; do \ - if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ - else file=$$i; fi; \ - ext=`echo $$i | sed -e 's/^.*\\.//'`; \ - case "$$ext" in \ - 1*) ;; \ - *) ext='1' ;; \ - esac; \ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ - done -uninstall-man1: - @$(NORMAL_UNINSTALL) - @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ - l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ - for i in $$l2; do \ - case "$$i" in \ - *.1*) list="$$list $$i" ;; \ - esac; \ - done; \ - for i in $$list; do \ - ext=`echo $$i | sed -e 's/^.*\\.//'`; \ - case "$$ext" in \ - 1*) ;; \ - *) ext='1' ;; \ - esac; \ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ - rm -f $(DESTDIR)$(man1dir)/$$inst; \ - done - -man5dir = $(mandir)/man5 -install-man5: $(man5_MANS) $(man_MANS) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(man5dir) - @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \ - l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ - for i in $$l2; do \ - case "$$i" in \ - *.5*) list="$$list $$i" ;; \ - esac; \ - done; \ - for i in $$list; do \ - if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ - else file=$$i; fi; \ - ext=`echo $$i | sed -e 's/^.*\\.//'`; \ - case "$$ext" in \ - 5*) ;; \ - *) ext='5' ;; \ - esac; \ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \ - done -uninstall-man5: - @$(NORMAL_UNINSTALL) - @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \ - l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ - for i in $$l2; do \ - case "$$i" in \ - *.5*) list="$$list $$i" ;; \ - esac; \ - done; \ - for i in $$list; do \ - ext=`echo $$i | sed -e 's/^.*\\.//'`; \ - case "$$ext" in \ - 5*) ;; \ - *) ext='5' ;; \ - esac; \ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \ - rm -f $(DESTDIR)$(man5dir)/$$inst; \ - done - -man8dir = $(mandir)/man8 -install-man8: $(man8_MANS) $(man_MANS) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(man8dir) - @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \ - l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ - for i in $$l2; do \ - case "$$i" in \ - *.8*) list="$$list $$i" ;; \ - esac; \ - done; \ - for i in $$list; do \ - if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ - else file=$$i; fi; \ - ext=`echo $$i | sed -e 's/^.*\\.//'`; \ - case "$$ext" in \ - 8*) ;; \ - *) ext='8' ;; \ - esac; \ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \ - done -uninstall-man8: - @$(NORMAL_UNINSTALL) - @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \ - l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ - for i in $$l2; do \ - case "$$i" in \ - *.8*) list="$$list $$i" ;; \ - esac; \ - done; \ - for i in $$list; do \ - ext=`echo $$i | sed -e 's/^.*\\.//'`; \ - case "$$ext" in \ - 8*) ;; \ - *) ext='8' ;; \ - esac; \ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ - echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \ - rm -f $(DESTDIR)$(man8dir)/$$inst; \ - done - # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, @@ -501,7 +347,7 @@ distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) - $(mkinstalldirs) $(distdir)/. + $(mkinstalldirs) $(distdir)/. $(distdir)/man @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ @@ -612,10 +458,9 @@ exit 1; } >&2 check-am: all-am check: check-recursive -all-am: Makefile $(MANS) +all-am: Makefile installdirs: installdirs-recursive installdirs-am: - $(mkinstalldirs) $(DESTDIR)$(man1dir) $(DESTDIR)$(man5dir) $(DESTDIR)$(man8dir) install: install-recursive install-exec: install-exec-recursive @@ -659,13 +504,13 @@ info-am: -install-data-am: install-man +install-data-am: install-exec-am: install-info: install-info-recursive -install-man: install-man1 install-man5 install-man8 +install-man: installcheck-am: @@ -687,12 +532,10 @@ ps-am: -uninstall-am: uninstall-info-am uninstall-man +uninstall-am: uninstall-info-am uninstall-info: uninstall-info-recursive -uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8 - .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ clean-generic clean-libtool clean-recursive ctags \ ctags-recursive dist dist-all dist-gzip distcheck distclean \ @@ -702,15 +545,14 @@ install-am install-data install-data-am install-data-recursive \ install-exec install-exec-am install-exec-recursive \ install-info install-info-am install-info-recursive install-man \ - install-man1 install-man5 install-man8 install-recursive \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am installdirs-recursive maintainer-clean \ - maintainer-clean-generic maintainer-clean-recursive mostlyclean \ - mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ - pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \ - tags-recursive uninstall uninstall-am uninstall-info-am \ - uninstall-info-recursive uninstall-man uninstall-man1 \ - uninstall-man5 uninstall-man8 uninstall-recursive + install-recursive install-strip installcheck installcheck-am \ + installdirs installdirs-am installdirs-recursive \ + maintainer-clean maintainer-clean-generic \ + maintainer-clean-recursive mostlyclean mostlyclean-generic \ + mostlyclean-libtool mostlyclean-recursive pdf pdf-am \ + pdf-recursive ps ps-am ps-recursive tags tags-recursive \ + uninstall uninstall-am uninstall-info-am \ + uninstall-info-recursive uninstall-recursive #EXTRA_DIST = Index: configure =================================================================== RCS file: /cvsroot/portslave/portslave/configure,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- configure 27 Oct 2005 04:15:56 -0000 1.32 +++ configure 27 Oct 2005 06:23:24 -0000 1.33 @@ -21234,7 +21234,7 @@ CFLAGS="-O2 $debug -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic" - ac_config_files="$ac_config_files Makefile pslave_cfg.h pslave.conf portslave.8 pslave.conf.5 ctlportslave.1 portslave.spec docs/Makefile debian/Makefile src/Makefile" + ac_config_files="$ac_config_files Makefile pslave_cfg.h pslave.conf portslave.spec docs/Makefile debian/Makefile src/Makefile man/Makefile man/portslave.8 man/pslave.conf.5 man/ctlportslave.1" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -21820,13 +21820,14 @@ "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "pslave_cfg.h" ) CONFIG_FILES="$CONFIG_FILES pslave_cfg.h" ;; "pslave.conf" ) CONFIG_FILES="$CONFIG_FILES pslave.conf" ;; - "portslave.8" ) CONFIG_FILES="$CONFIG_FILES portslave.8" ;; - "pslave.conf.5" ) CONFIG_FILES="$CONFIG_FILES pslave.conf.5" ;; - "ctlportslave.1" ) CONFIG_FILES="$CONFIG_FILES ctlportslave.1" ;; "portslave.spec" ) CONFIG_FILES="$CONFIG_FILES portslave.spec" ;; "docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; "debian/Makefile" ) CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; + "man/portslave.8" ) CONFIG_FILES="$CONFIG_FILES man/portslave.8" ;; + "man/pslave.conf.5" ) CONFIG_FILES="$CONFIG_FILES man/pslave.conf.5" ;; + "man/ctlportslave.1" ) CONFIG_FILES="$CONFIG_FILES man/ctlportslave.1" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} Index: configure.in =================================================================== RCS file: /cvsroot/portslave/portslave/configure.in,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- configure.in 27 Oct 2005 04:15:56 -0000 1.36 +++ configure.in 27 Oct 2005 06:23:24 -0000 1.37 @@ -177,10 +177,11 @@ Makefile pslave_cfg.h pslave.conf - portslave.8 - pslave.conf.5 - ctlportslave.1 portslave.spec docs/Makefile debian/Makefile - src/Makefile) + src/Makefile + man/Makefile + man/portslave.8 + man/pslave.conf.5 + man/ctlportslave.1) --- ctlportslave.1.in DELETED --- --- portslave.8.in DELETED --- --- pslave.conf.5.in DELETED --- |
|
From: Paul D. <pdw...@us...> - 2005-10-27 06:22:39
|
Update of /cvsroot/portslave/portslave/man In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4610/man Log Message: Directory /cvsroot/portslave/portslave/man added to the repository |
|
From: Paul D. <pdw...@us...> - 2005-10-27 05:57:20
|
Update of /cvsroot/portslave/portslave In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv943 Modified Files: portslave.spec.in Removed Files: rlogin.spec Log Message: Fixed spec file Index: portslave.spec.in =================================================================== RCS file: /cvsroot/portslave/portslave/portslave.spec.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- portslave.spec.in 18 Jan 2002 16:19:14 -0000 1.8 +++ portslave.spec.in 27 Oct 2005 05:57:08 -0000 1.9 @@ -1,13 +1,12 @@ -summary: Terminal server that does PPP and authenticates via RADIUS -name: portslave -version: @version@ -release: 1 -copyright: GPL -group: Applications/Communications -buildroot: /tmp/portslave-%{version} +Summary: Terminal server that does PPP and authenticates via RADIUS +Name: portslave +Version: @version@ +Release: 1 +License: GPL +Group: Applications/Communications +Buildroot: /tmp/portslave-%{version} -source0: http://www.sourceforge.net/projects/portslave/portslave_%{version}.tar.gz -source1: http://www.sourceforge.net/projects/portslave/@pppdir@.tgz +source0: http://www.sourceforge.net/projects/portslave/portslave-%{version}.tar.gz %description This package provides a program named portslave which will use AT commands @@ -21,12 +20,13 @@ server. %prep -%setup0 -q -c -a1 -n portslave-%{version} -cp %{SOURCE1} . +%setup0 -q -c -n portslave-%{version} %build pushd portslave-%{version} -./configure +./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc/portslave \ + --with-pppdradius=/usr/sbin/pppd --enable-ipv6 --enable-shadow \ + --with-radclient-cfg=/etc/radiusclient/radiusclient.conf make popd @@ -39,16 +39,15 @@ mkdir -p $DESTDIR/etc/{portslave/filters,/rc.d/init.d} pushd portslave-%{version} -install -c -m 644 pslave.conf $DESTDIR/etc/portslave/pslave.conf.sample -install -c -m 644 pslave.conf.5 $DESTDIR%{_mandir}/man5 -install -c -m 755 src/portslave $DESTDIR/usr/sbin -install -c -m 644 portslave.8 $DESTDIR%{_mandir}/man8 -install -c -o root -g daemon -m 4750 src/ctlportslave $DESTDIR/usr/sbin -install -c -m 644 ctlportslave.1 $DESTDIR%{_mandir}/man1 -install -c -m 755 @pppdir@/pppd/pppd $DESTDIR/usr/sbin/pppd-radius -install -c -m 644 @pppdir@/pppd/pppd.8 $DESTDIR%{_mandir}/man8/pppd-radius.8 -install -c -m 644 src/libpsr.so $DESTDIR/usr/lib -install -c -m 644 src/libportslave.so $DESTDIR/usr/lib +make DESTDIR=$DESTDIR install +#install -c -m 644 pslave.conf $DESTDIR/etc/portslave/pslave.conf.sample +#install -c -m 644 pslave.conf.5 $DESTDIR%{_mandir}/man5 +#install -c -m 755 src/portslave $DESTDIR/usr/sbin +#install -c -m 644 portslave.8 $DESTDIR%{_mandir}/man8 +#install -c -o root -g daemon -m 4750 src/ctlportslave $DESTDIR/usr/sbin +#install -c -m 644 ctlportslave.1 $DESTDIR%{_mandir}/man1 +#install -c -m 644 src/libpsr.so $DESTDIR/usr/lib +#install -c -m 644 src/libportslave.so $DESTDIR/usr/lib popd %post -p /sbin/ldconfig @@ -61,24 +60,21 @@ %files %defattr(-,root,root) -/usr/sbin/portslave -/usr/sbin/ctlportslave -/usr/sbin/pppd-radius -/usr/lib/libpsr.so -/usr/lib/libportslave.so -%{_mandir}/man1/ctlportslave.1* -%{_mandir}/man5/pslave.conf.5* -%{_mandir}/man8/portslave.8* -%{_mandir}/man8/pppd-radius.8* -/etc/portslave/pslave.conf.sample +/usr/sbin/* +/usr/lib/lib* +%{_mandir}/man1/* +%{_mandir}/man5/* +%{_mandir}/man8/* %dir /etc/portslave %dir /etc/portslave/filters %doc portslave-%{version}/docs/* %changelog - * Sat Oct 27 2001 Alexandr D. Kanevskiy <ka...@as...> - - package for ASPLinux 7.2 - * Tue Jul 10 2001 Andrew McRory <am...@li...> - - 2001_07-10.1 - - created package for portslave distribution +* Thu Oct 27 2005 Paul Dwerryhouse <pa...@dw...> + - cleaned up +* Sat Oct 27 2001 Alexandr D. Kanevskiy <ka...@as...> + - package for ASPLinux 7.2 +* Tue Jul 10 2001 Andrew McRory <am...@li...> + - 2001_07-10.1 + - created package for portslave distribution --- rlogin.spec DELETED --- |