diff options
author | Laurent Bercot <ska-adelie@skarnet.org> | 2018-08-19 21:31:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-adelie@skarnet.org> | 2018-08-19 21:31:04 +0000 |
commit | 54d8b12cfe5b6028b5e1152ba1627878d3657a6b (patch) | |
tree | 1d39f5f0a53a184403fc87bf543f847145f650fd /system/s6/s6.pre-install | |
parent | cb085205ea9982a9857c0d06967314c29b17e811 (diff) | |
download | packages-54d8b12cfe5b6028b5e1152ba1627878d3657a6b.tar.gz packages-54d8b12cfe5b6028b5e1152ba1627878d3657a6b.tar.bz2 packages-54d8b12cfe5b6028b5e1152ba1627878d3657a6b.tar.xz packages-54d8b12cfe5b6028b5e1152ba1627878d3657a6b.zip |
system/gettys-openrc: new package. Move all getty definitions to it.
Small change to system/adelie-base so it includes gettys-openrc.
Small change to system/s6 so it doesn't statically define gettys.
Diffstat (limited to 'system/s6/s6.pre-install')
-rw-r--r-- | system/s6/s6.pre-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/s6/s6.pre-install b/system/s6/s6.pre-install deleted file mode 100644 index 2c175a325..000000000 --- a/system/s6/s6.pre-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -addgroup -S catchlog 2>/dev/null -adduser -S -D -H -s /bin/false -G catchlog -g catchlog catchlog 2>/dev/null - -exit 0 |