summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@debian.org>2017-12-21 15:16:09 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-12-21 15:16:09 +1300
commitb580bcc50b07281e8753243fda590182eae6a93e (patch)
treeb6029e38f3c6c8f0c3443e34048d4718da5c0b92
parentefe4fdf2891fd3efd59b46815fa641821aaeaa56 (diff)
downloadaccountsservice-wip/ubuntu.tar.gz
Use debian specific path for nologin executablewip/ubuntu
-rw-r--r--src/user-classify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user-classify.c b/src/user-classify.c
index 67b3df3..d5abfe6 100644
--- a/src/user-classify.c
+++ b/src/user-classify.c
@@ -58,7 +58,7 @@ static const char *default_excludes[] = {
"gnome-initial-setup"
};
-#define PATH_NOLOGIN "/sbin/nologin"
+#define PATH_NOLOGIN "/usr/sbin/nologin"
#define PATH_FALSE "/bin/false"
static gboolean