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.postinst | |
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.postinst')
-rw-r--r-- | debian/strongswan-starter.postinst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/strongswan-starter.postinst b/debian/strongswan-starter.postinst index 52e895a88..32bf86ffc 100644 --- a/debian/strongswan-starter.postinst +++ b/debian/strongswan-starter.postinst @@ -292,7 +292,8 @@ EOF #fi # create user for strongswan to change its uid into - setup_strongswan_user + # disabled until this can be kept in sync with build-time uid + #setup_strongswan_user if [ -z "$2" ]; then # no old configured version - start strongswan now |