diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-01-03 10:22:35 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-01-03 10:22:41 +0100 |
commit | 4dd914f90425cf71e54f9f75e7ed9ab7887d39d0 (patch) | |
tree | 8fcd8f104711b9ff1fcf75734ce97becd2f2396b /non-free/vlmcsd/vlmcsd.pre-install | |
parent | 01157f54b9b99d228bed8f3fabae1eae5796f7f9 (diff) | |
download | aports-4dd914f90425cf71e54f9f75e7ed9ab7887d39d0.tar.bz2 aports-4dd914f90425cf71e54f9f75e7ed9ab7887d39d0.tar.xz |
testing/vlmcsd: move to non-free due to missing license
Diffstat (limited to 'non-free/vlmcsd/vlmcsd.pre-install')
-rw-r--r-- | non-free/vlmcsd/vlmcsd.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/non-free/vlmcsd/vlmcsd.pre-install b/non-free/vlmcsd/vlmcsd.pre-install new file mode 100644 index 0000000000..622fd09217 --- /dev/null +++ b/non-free/vlmcsd/vlmcsd.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +addgroup -S vlmcsd 2>/dev/null +adduser -S -D -H -s /sbin/nologin -G vlmcsd -g vlmcsd vlmcsd 2>/dev/null + +exit 0 |