annotate packaging/linux-uninstaller.l10n-de @ 1332:8362e30f7b55

(issue139) Check that pid is not running if the lock can be aquired If the lock on the lockfile can be aquired it might still be possible that another process is running. So we read the pid from the lockfile and check if another process with the same installation prefix as us is running.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 15 Oct 2014 14:19:46 +0200
parents a72d59f8c3ea
children
rev   line source
1150
a72d59f8c3ea Create uninstaller.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
1 L10N_DE+=(
a72d59f8c3ea Create uninstaller.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
2 [" --help display this help and exit\n"]=" --help diese Hilfe anzeigen und beenden\n"
a72d59f8c3ea Create uninstaller.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
3 [" --version output version information and exit\n"]=" --version Versions-Information ausgeben und beenden\n"
a72d59f8c3ea Create uninstaller.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
4 [" -s, --system do a system wide deinstallation\n"]=" -s, --system Systemweit deinstallieren\n"
a72d59f8c3ea Create uninstaller.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
5 ["Options:\n"]="Optionen:\n"
a72d59f8c3ea Create uninstaller.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
6 ["Uninstall TrustBridge.\n\n"]="TrustBridge deinstallieren.\n\n"
a72d59f8c3ea Create uninstaller.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
7 ["Usage: %s [OPTION]...\n"]="Aufruf: %s [OPTION]...\n"
a72d59f8c3ea Create uninstaller.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
8 )

http://wald.intevation.org/projects/trustbridge/