diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-09 14:07:41 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-09 14:07:41 +0000 |
commit | 36ca9fb10d266810a80cd08b6c36ab442f46f679 (patch) | |
tree | 11b2c2fb391e80a71094ed88c9f958780bfe1759 /testing/spampd/spampd.pre-install | |
parent | a5a124a7baec9eddae08acd6f72ce8fc71f68a21 (diff) | |
download | aports-36ca9fb10d266810a80cd08b6c36ab442f46f679.tar.bz2 aports-36ca9fb10d266810a80cd08b6c36ab442f46f679.tar.xz |
Revert "testing/spampd: new aport"
This reverts commit a5a124a7baec9eddae08acd6f72ce8fc71f68a21.
Diffstat (limited to 'testing/spampd/spampd.pre-install')
-rw-r--r-- | testing/spampd/spampd.pre-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/spampd/spampd.pre-install b/testing/spampd/spampd.pre-install deleted file mode 100644 index 40d8a8c82c..0000000000 --- a/testing/spampd/spampd.pre-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -addgroup -S spampd 2>/dev/null -adduser -S -D -H -s /sbin/nologin -G spampd -g spampd spampd 2>/dev/null - -exit 0 |