aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-08-06 22:46:40 +0000
committerSam James <sam@gentoo.org>2020-08-06 22:46:40 +0000
commitca96d2bc6bbcf860d12b9d610509c155029fe3cc (patch)
tree7c998b2509d2cb7d1c878a2d08709ee388151da6
parentpambase.py: strip trailing whitespace in stack (diff)
downloadpambase-ca96d2bc6bbcf860d12b9d610509c155029fe3cc.tar.gz
pambase-ca96d2bc6bbcf860d12b9d610509c155029fe3cc.tar.bz2
pambase-ca96d2bc6bbcf860d12b9d610509c155029fe3cc.zip
pambase.py: rename system-service -> system-servicespambase-20200806
Some of e.g. OpenRC's installed pam files assume 'system-services': ./supervise-daemon:2:session include system-services ./start-stop-daemon:2:session include system-services Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-xpambase.py2
-rw-r--r--templates/system-services.tpl (renamed from templates/system-service.tpl)0
2 files changed, 1 insertions, 1 deletions
diff --git a/pambase.py b/pambase.py
index 8f04870..d021b81 100755
--- a/pambase.py
+++ b/pambase.py
@@ -78,7 +78,7 @@ def parse_templates(processed_args):
"su",
"system-auth",
"system-login",
- "system-service"
+ "system-services"
]
for template_name in templates:
diff --git a/templates/system-service.tpl b/templates/system-services.tpl
index cbfab6f..cbfab6f 100644
--- a/templates/system-service.tpl
+++ b/templates/system-services.tpl