From 9cb658e150fc3fc55187ad0487d16963473547ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Mon, 12 Nov 2018 12:17:39 +0100 Subject: [PATCH 02/15] profiles: end all files with new line Resolves: https://github.com/pbrezina/authselect/issues/103 --- profiles/nis/dconf-locks | 2 +- profiles/nis/nsswitch.conf | 2 +- profiles/winbind/dconf-locks | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/nis/dconf-locks b/profiles/nis/dconf-locks index 7a03033ec33e99ce86e7520103c3da9db570edd6..8a36fa9568344338272786394aece872185d0ab3 100644 --- a/profiles/nis/dconf-locks +++ b/profiles/nis/dconf-locks @@ -1,2 +1,2 @@ /org/gnome/login-screen/enable-smartcard-authentication -/org/gnome/login-screen/enable-fingerprint-authentication \ No newline at end of file +/org/gnome/login-screen/enable-fingerprint-authentication diff --git a/profiles/nis/nsswitch.conf b/profiles/nis/nsswitch.conf index f5451657f3d8b988b633304d549a3242257715d3..9bee7d839f84ff39d54cb6ead9dea38e51736b4d 100644 --- a/profiles/nis/nsswitch.conf +++ b/profiles/nis/nsswitch.conf @@ -11,4 +11,4 @@ protocols: files nis {exclude if "with-custom-protocols"} publickey: files nis {exclude if "with-custom-publickey"} rpc: files nis {exclude if "with-custom-rpc"} services: files nis {exclude if "with-custom-services"} -shadow: files nis {exclude if "with-custom-shadow"} \ No newline at end of file +shadow: files nis {exclude if "with-custom-shadow"} diff --git a/profiles/winbind/dconf-locks b/profiles/winbind/dconf-locks index 7a03033ec33e99ce86e7520103c3da9db570edd6..8a36fa9568344338272786394aece872185d0ab3 100644 --- a/profiles/winbind/dconf-locks +++ b/profiles/winbind/dconf-locks @@ -1,2 +1,2 @@ /org/gnome/login-screen/enable-smartcard-authentication -/org/gnome/login-screen/enable-fingerprint-authentication \ No newline at end of file +/org/gnome/login-screen/enable-fingerprint-authentication -- 2.17.2