diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-20 20:27:58 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-20 20:27:58 +0100 |
commit | 879856e440536e649bbc6e795892b061e63cb7ad (patch) | |
tree | 2f5ea5a693b891a7a958a46e0cda4b9130b067ea /debian | |
parent | 51bd2f8e002a00ecc83e4439bb67600fb70887a9 (diff) | |
download | vyatta-cfg-system-879856e440536e649bbc6e795892b061e63cb7ad.tar.gz vyatta-cfg-system-879856e440536e649bbc6e795892b061e63cb7ad.zip |
Debian: migrate openvpn user to vyos-1x
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index e5cc8086..5f61ceeb 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -12,11 +12,6 @@ if [ -L /etc/rcS.d/S*hwclockfirst.sh -a -L /etc/rcS.d/S*hwclock.sh ]; then rm /etc/rcS.d/S*hwclock.sh fi -# OpenVPN should get its own user -if ! grep -q '^openvpn' /etc/passwd; then - sudo adduser --system --group --shell /usr/sbin/nologin --home /var/lib/openvpn openvpn -fi - # Remove leftover udev files from earlier release if [ -d /etc/udev/rules.d/ ]; then rm -f /etc/udev/rules.d/*vyatta-net.rules |