diff options
Diffstat (limited to 'system/utmps/utmps.pre-upgrade')
-rw-r--r-- | system/utmps/utmps.pre-upgrade | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/utmps/utmps.pre-upgrade b/system/utmps/utmps.pre-upgrade index 6db960686..10b5b31ff 100644 --- a/system/utmps/utmps.pre-upgrade +++ b/system/utmps/utmps.pre-upgrade @@ -2,5 +2,4 @@ addgroup -S utmp 2>/dev/null adduser -S -D -H -s /bin/false -G utmp -g utmp utmp 2>/dev/null -echo 'Run "rc-update add s6 default; rc-update add utmps default" to automatically start the utmpd and wtmpd services at boot time.' 1>&2 exit 0 |