aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tor/tor.pre-install
diff options
context:
space:
mode:
authorSam Dodrill <shadow.h511@gmail.com>2013-09-02 11:17:47 -0700
committerNatanael Copa <ncopa@alpinelinux.org>2013-09-03 06:10:18 +0000
commitea8a8d1aa1208912fb1dbb2cfa8c6b1046438378 (patch)
tree6ca339422e36d60ef25baaf574ed21c5ee50ee2f /testing/tor/tor.pre-install
parenta79cb4463ca5bd681640e40fc035f6fe08d14444 (diff)
downloadaports-ea8a8d1aa1208912fb1dbb2cfa8c6b1046438378.tar.bz2
aports-ea8a8d1aa1208912fb1dbb2cfa8c6b1046438378.tar.xz
testing/tor: new aport
Anonymous network connectivity https://www.torproject.org/ ref #1067
Diffstat (limited to 'testing/tor/tor.pre-install')
-rw-r--r--testing/tor/tor.pre-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/tor/tor.pre-install b/testing/tor/tor.pre-install
new file mode 100644
index 0000000000..e036984586
--- /dev/null
+++ b/testing/tor/tor.pre-install
@@ -0,0 +1,4 @@
+#!/bin/sh
+adduser -h /var/run/tor -s /sbin/nologin -S -D tor 2>/dev/null
+exit 0
+