diff options
| author | emmett1 <emmett1.2iligrams@protonmail.com> | 2025-03-12 04:01:18 +0100 |
|---|---|---|
| committer | emmett1 <emmett1.2iligrams@protonmail.com> | 2025-03-12 04:01:18 +0100 |
| commit | ddd8e1a8fab2ac39396282a7c09ddf6eca219613 (patch) | |
| tree | 12796519575126d60e06d02e9eab68856229cf58 /repos/extra/openssh/postinstall | |
| parent | b5a8a6c29e40f786ceb808c0b95f01c4251111d1 (diff) | |
| download | alicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.tar.gz alicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.zip | |
clang repos updated
Diffstat (limited to 'repos/extra/openssh/postinstall')
| -rwxr-xr-x | repos/extra/openssh/postinstall | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/repos/extra/openssh/postinstall b/repos/extra/openssh/postinstall deleted file mode 100755 index 981ce237..00000000 --- a/repos/extra/openssh/postinstall +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -getent group sshd >/dev/null || groupadd -g 50 sshd -getent passwd messagebus >/dev/null || \ - useradd -c 'sshd PrivSep' \ - -d /var/lib/sshd \ - -g sshd \ - -s /bin/false \ - -u 50 sshd - |