diff options
author | Sam James <sam@gentoo.org> | 2020-08-06 22:46:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-06 22:46:40 +0000 |
commit | ca96d2bc6bbcf860d12b9d610509c155029fe3cc (patch) | |
tree | 7c998b2509d2cb7d1c878a2d08709ee388151da6 | |
parent | pambase.py: strip trailing whitespace in stack (diff) | |
download | pambase-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-x | pambase.py | 2 | ||||
-rw-r--r-- | templates/system-services.tpl (renamed from templates/system-service.tpl) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |