summaryrefslogtreecommitdiffstats
path: root/testing/gross-svn
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2009-03-31 12:29:31 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2009-03-31 12:29:31 +0000
commita0b92d29f6e212ccc6ae1aa0a4a8f996686d5f29 (patch)
treeacea7a524c5ae85f426d0bb924f6ff6bccd39f65 /testing/gross-svn
parent27f3c0bb688eca64d6b443102a4d95d0f37a1d71 (diff)
downloadaports-a0b92d29f6e212ccc6ae1aa0a4a8f996686d5f29.tar.bz2
aports-a0b92d29f6e212ccc6ae1aa0a4a8f996686d5f29.tar.xz
testing/gross-svn: added missing install files
Diffstat (limited to 'testing/gross-svn')
-rw-r--r--testing/gross-svn/gross-svn.post-install2
-rw-r--r--testing/gross-svn/gross-svn.pre-install3
2 files changed, 5 insertions, 0 deletions
diff --git a/testing/gross-svn/gross-svn.post-install b/testing/gross-svn/gross-svn.post-install
new file mode 100644
index 00000000..df06670a
--- /dev/null
+++ b/testing/gross-svn/gross-svn.post-install
@@ -0,0 +1,2 @@
+#!/bin/sh
+chown -R gross:gross /var/run/gross
diff --git a/testing/gross-svn/gross-svn.pre-install b/testing/gross-svn/gross-svn.pre-install
new file mode 100644
index 00000000..c3844d7a
--- /dev/null
+++ b/testing/gross-svn/gross-svn.pre-install
@@ -0,0 +1,3 @@
+#!/bin/sh
+adduser -H -s /bin/false -D gross 2>/dev/null
+exit 0