ifcfg-password plugin for pppd 2.4.1
(C) Copyright 2003 Wojtek Kaniewski <wojtekka@pld.org.pl>

Based on passprompt plugin for pppd 2.4.1 (GPL license)
(C) Copyright 1999 Paul Mackerras, Alan Curry

Includes header files from pppd 2.4.1 (BSD-style license)
(C) Copyright 1989 Carnegie Mellon University

This plugin simplifies setup of rc-script-compatible ppp devices. Adding
password to /etc/ppp/pap-secrets isn't required. Instead, password is read
from ifcfg file, variable PASSWORD (unquoted, single-quoted and double-quoted
variables are supported). Simple, isn't it? Just ,,make'', then ,,make
install'', add these lines to ifcfg-XXX:

	PASSWORD="secretsecret"
	PPPOPTIONS="plugin ifcfg-password.so ifcfg /etc/sysconfig/interfaces/ifcfg-XXX"

And voila! ,,ifup'' and enjoy.

