saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-02-27 01:58:55 +01:00
committed by root
commit b3cea8d893
2385 changed files with 507432 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# /etc/conf.d/unvanquished-server: config file for /etc/init.d/unvanquished-server
# set to 1 to enable
START_DAEMON=1
# DNS name or IP address of your internet interface.
# Change it if you're setting up an internet server.
#NET_IP="localhost"
# Additional options that are passed to the Daemon.
# Add "+set dedicated 2" if you want your server advertised on the public
# server list.
#DAEMON_OPTS="+nocurses +set net_ip ${NET_IP}"
DAEMON_OPTS="+set dedicated 2 +set net_ip 192.168.4.5"