diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-05-25 19:39:49 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-05-25 19:39:49 +0000 |
commit | df6e66448db4e124704548f799f775f0bda7a203 (patch) | |
tree | aa1f78cb0973d0dda12f0c23a4b4266e325fb895 /debian/strongswan-starter.postrm | |
parent | 8535fe3801dd38817fedea251b70b9445751f812 (diff) | |
download | vyos-strongswan-df6e66448db4e124704548f799f775f0bda7a203.tar.gz vyos-strongswan-df6e66448db4e124704548f799f775f0bda7a203.zip |
- Disable user switching again, as the configure script tries to read the uid at build time.
- Disable Android plugin again, seems to want to run on Android user pace.
Diffstat (limited to 'debian/strongswan-starter.postrm')
-rw-r--r-- | debian/strongswan-starter.postrm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/strongswan-starter.postrm b/debian/strongswan-starter.postrm index 6e4a581ff..455687a3c 100644 --- a/debian/strongswan-starter.postrm +++ b/debian/strongswan-starter.postrm @@ -32,9 +32,9 @@ esac if [ "$1" = "purge" ] ; then update-rc.d ipsec remove >/dev/null - if which deluser >/dev/null 2>&1; then - deluser --quiet strongswan > /dev/null || true - fi + #if which deluser >/dev/null 2>&1; then + # deluser --quiet strongswan > /dev/null || true + #fi rm -rf /etc/ipsec.d/ rm -rf /var/run/pluto/ |