From 06b7feb364fb5370935a11c1ae8f6920499de5bf Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 19 Jan 2018 15:54:48 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- .etckeeper | 1 + openfortivpn/config.default | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 openfortivpn/config.default diff --git a/.etckeeper b/.etckeeper index 6858fe09..1fa1a0d3 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2047,6 +2047,7 @@ maybe chmod 0644 'ofono/phonesim.conf' maybe chmod 0755 'openfortivpn' maybe chmod 0644 'openfortivpn/.keep_net-vpn_openfortivpn-0' maybe chmod 0600 'openfortivpn/config' +maybe chmod 0600 'openfortivpn/config.default' maybe chmod 0755 'openldap' maybe chmod 0600 'openldap/DB_CONFIG.example' maybe chmod 0644 'openldap/ldap.conf' diff --git a/openfortivpn/config.default b/openfortivpn/config.default new file mode 100644 index 00000000..00f580dc --- /dev/null +++ b/openfortivpn/config.default @@ -0,0 +1,5 @@ +# config file for openfortivpn, see man openfortivpn(1) +host = +port = +username = +password = -- 2.39.5