summaryrefslogtreecommitdiff
path: root/contrib/fedora/rpm/00-server.conf
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2013-11-16 00:58:46 +0100
committerThomas Haller <thaller@redhat.com>2014-05-07 17:14:36 +0200
commitcc45fe0a7e05cf29bc3c56ef73e53d4c07ce725f (patch)
tree92c6a6550d4b56c4ee308847224125229045c79e /contrib/fedora/rpm/00-server.conf
parentf1440bff122fc0bf8d1bd0f6f73de04f9a104ec5 (diff)
contrib/rpm: add spec file and script to build a RPM package
This one spec file is intended to build packages for F18, F19, F20, and rhel-7.0. The build script can be tweaked by setting environment variables, but it is supposed to choose the right default values on it's own. Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'contrib/fedora/rpm/00-server.conf')
-rw-r--r--contrib/fedora/rpm/00-server.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/fedora/rpm/00-server.conf b/contrib/fedora/rpm/00-server.conf
new file mode 100644
index 0000000000..eede0c862b
--- /dev/null
+++ b/contrib/fedora/rpm/00-server.conf
@@ -0,0 +1,20 @@
+# This configuration file, when placed into into
+# /etc/NetworkManager/conf.d changes NetworkManager's behavior to
+# what's expected on "traditional UNIX server" type deployments.
+#
+# See "man NetworkManager.conf" for more information about these
+# and other keys.
+#
+# Do not edit this file; it will be overwritten on upgrades. If you
+# want to override the values here, or set additional values, you can
+# do so by adding another file (eg, "99-local.conf") to this directory
+# and setting keys there.
+
+[main]
+# Do not do automatic (DHCP/SLAAC) configuration on ethernet devices
+# with no other matching connections.
+no-auto-default=*
+
+# Ignore the carrier (cable plugged in) state when attempting to
+# activate static-IP connections.
+ignore-carrier=*