/usr/share/doc/netenv/examples/lulu 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 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | # -*- sh -*-
#******************************************************************
#ident lulu Time-stamp: <03/03/11 21:41:15 bav>
#******************************************************************
# Gerd Bavendiek bav@epost.de 98-04-17
#
# Networkenvironment: Laptop with LCD 1024x768 and external
# Wheel-Mouse. eth0 is setup for home LAN using NIC in docking unit.
netenv_id=At_Home_Docking_LCD_WheelMouse_onboard_VPN
IPADDR=nnn.nn.nnn.nnn
NETMASK=nnn.nnn.nnn.nnn
NETWORK=nnn.nn.nnn.nnn
BROADCAST=nnn.nn.nnn.nnn
GATEWAY=nnn.nn.nnn.nnn
SEARCH=foo.bar.com
DNS_1=nnn.nn.nn.nn
DNS_2=nnn.nn.nn.nn
FETCHMAIL_POLL_INTERVALL=900
# If the variable NETENV_SCRIPT points to an executable shell script,
# it will be run when netenv is executed
NETENV_SCRIPT=/etc/netenv/netenv_setup
ICEWM_INCLUDE_FILE=home
# This defines my CRT with 1024x768 and a wheelmouse
XF86CONFIG_FILE=/etc/X11/XF86Config-4-lcd-wheel
# This may be used to edit ~/.netscape/preferences.js
NETSCAPE_PROXY_TYPE=2
# This may be used to edit ~/.opera/opera6.ini
OPERA_PROXY_FILE=proxy-fsc.ini
# NIC is in the docking unit - like it were onboard
STARTMODE='onboot'
|