diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-03-01 03:12:39 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-03-01 03:12:39 +0000 |
commit | 0d8c66c18bd65863c3c8f3bed7fe48d251f123b0 (patch) | |
tree | 4733e9eee81ad8947d6ee0a8742ff9670899209a /community/fcron/fcron.pre-install | |
parent | a840302e179c2ebb9d8c8084cbffcdb3d80e42e6 (diff) | |
download | aports-0d8c66c18bd65863c3c8f3bed7fe48d251f123b0.tar.bz2 aports-0d8c66c18bd65863c3c8f3bed7fe48d251f123b0.tar.xz |
community/fcron: move from testing
Diffstat (limited to 'community/fcron/fcron.pre-install')
-rw-r--r-- | community/fcron/fcron.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/fcron/fcron.pre-install b/community/fcron/fcron.pre-install new file mode 100644 index 0000000000..b158791782 --- /dev/null +++ b/community/fcron/fcron.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +adduser -S -D -H -s /sbin/nologin -g fcron fcron 2>/dev/null +addgroup -S fcron 2>/dev/null + +exit 0 |