diff options
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 |