diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 07:37:14 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 07:38:38 +0000 |
commit | 839bdebd48f32e993bc8d1ff1ceb826a9ee7039d (patch) | |
tree | fcbad821918d621b9ef409b91b52fe7e8148ee56 /testing/buildbot-slave/buildbot-slave.pre-install | |
parent | e980ad2e29a93652505f0c6c04c9e12538b43392 (diff) | |
download | aports-839bdebd48f32e993bc8d1ff1ceb826a9ee7039d.tar.bz2 aports-839bdebd48f32e993bc8d1ff1ceb826a9ee7039d.tar.xz |
testing/buildbot-slave: new aport
Diffstat (limited to 'testing/buildbot-slave/buildbot-slave.pre-install')
-rw-r--r-- | testing/buildbot-slave/buildbot-slave.pre-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/buildbot-slave/buildbot-slave.pre-install b/testing/buildbot-slave/buildbot-slave.pre-install new file mode 100644 index 0000000000..4d8bb4e6c9 --- /dev/null +++ b/testing/buildbot-slave/buildbot-slave.pre-install @@ -0,0 +1,4 @@ +#!/bin/sh +adduser -h /var/lib/buildbot -g buildbot -D -s /sbin/nologin buildbot 2>/dev/null +exit 0 + |