[Pkg-privacy-commits] [onioncat] 287/340: Don't delete the onioncat user upon purge.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:04:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository onioncat.
commit 4628a51b951f05de0b58dd68f71a3e51329abcef
Author: intrigeri <intrigeri at boum.org>
Date: Mon Sep 5 11:43:48 2011 +0200
Don't delete the onioncat user upon purge.
We cannot seriously ensure no file owned by this user will persist and become
unowned.
---
debian/onioncat.postrm | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/debian/onioncat.postrm b/debian/onioncat.postrm
deleted file mode 100755
index 5dd1a01..0000000
--- a/debian/onioncat.postrm
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case $1 in
- purge)
- if command -v deluser >/dev/null 2>&1 ; then
- deluser --quiet --system onioncat > /dev/null || true
- else
- echo >&2 "not removing onioncat system account because deluser command was not found"
- fi
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncat.git
More information about the Pkg-privacy-commits
mailing list