Your message dated Mon, 22 Feb 2010 11:18:19 +0100
with message-id <[email protected]>
and subject line Re: Bug#570897: duplicated ppp variables
has caused the Debian Bug report #570897,
regarding duplicated ppp variables
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
570897: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570897
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ppp
Version: 2.4.4rel-10.1
Severity: wishlist
On the man page we see,
with an environment that is empty except
for some environment variables that give information about the link.
The environment
variables that pppd sets are:
DEVICE The name of the serial tty device being used.
IFNAME The name of the network interface being used.
etc. But in /etc/ppp/ip-up etc. we see
# The environment is cleared before executing this script...
# These variables are for the use of the scripts run by run-parts
PPP_IFACE="$1"
PPP_TTY="$2"
PPP_SPEED="$3"
PPP_LOCAL="$4"
PPP_REMOTE="$5"
PPP_IPPARAM="$6"
export PPP_IFACE PPP_TTY PPP_SPEED PPP_LOCAL PPP_REMOTE PPP_IPPARAM
Well, it seems that some of the PPP_* variables merely duplicate the
variables mentioned on the man page, which the man page says
aren't cleared.
--- End Message ---
--- Begin Message ---
On Feb 22, [email protected] wrote:
> Well, it seems that some of the PPP_* variables merely duplicate the
> variables mentioned on the man page, which the man page says
A previous maintainer added them, I cannot remove them.
--
ciao,
Marco
signature.asc
Description: Digital signature
--- End Message ---