# netprofile module
#
# this module contains settings for saving/restore the network configuration
# in different network profiles

NAME="network"
DESCRIPTION="Network connection settings"

# list of files to be saved by netprofile
FILES="/etc/hosts
/etc/isdn/isdn1B.conf
/etc/isdn/isdn2B.conf
/etc/ppp/ioptions1B
/etc/ppp/ioptions2B
/etc/ppp/chap-secrets
/etc/ppp/pap-secrets
/etc/ppp/peers/adsl
/etc/ppp/peers/ppp0
/etc/resolv.conf
/etc/resonvconf/
/etc/wpa_supplicant.conf
/etc/sysconfig/network
/etc/sysconfig/network-scripts/chat-*[0-9]
/etc/sysconfig/network-scripts/ifcfg-*[0-9]
/etc/sysconfig/network-scripts/cellular.d/
/etc/sysconfig/network-scripts/wireless.d/
/etc/sysconfig/network-scripts/vpn.d/
/etc/sysconfig/network-scripts/route-*
/var/lib/dhcp/*leases"

# list of services to be restarted by netprofile
SERVICES="resolvconf
network
mandi"
