/usr/share/doc/netenv/examples/lulu-lavie is in netenv 0.94.3-30.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # -*- sh -*-
#******************************************************************
#ident lulu-lavie Time-stamp: <03/03/11 21:09:04 bav>
#******************************************************************
# Gerd Bavendiek bav@epost.de 03-03-11
#
# Networkenvironment: dhcp using PCMCIA NIC.
netenv_id="lavie_pcmcia_dhcp"
export BOOTPROTO=dhcp
export STARTMODE=hotplug
export PRINTER=cc_hp
NETSCAPE_PROXY_TYPE=2
FETCHMAIL_POLL_INTERVALL=900
|