diff options
author | John Helmert III <ajak@gentoo.org> | 2021-04-14 09:36:32 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2021-04-14 09:43:43 -0500 |
commit | 6c500354ad3a2355db99d0cef849f0b7ba9b79dc (patch) | |
tree | bfcb1c29fdefd2b32e6c6f4e12c3b202a97bc837 /media-video/motion/files/motion.confd-r4 | |
parent | dev-java/jaxen: remove old and broken versions (diff) | |
download | gentoo-6c500354ad3a2355db99d0cef849f0b7ba9b79dc.tar.gz gentoo-6c500354ad3a2355db99d0cef849f0b7ba9b79dc.tar.bz2 gentoo-6c500354ad3a2355db99d0cef849f0b7ba9b79dc.zip |
media-video/motion: security cleanup (drop <4.3.1)
Bug: https://bugs.gentoo.org/760714
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'media-video/motion/files/motion.confd-r4')
-rw-r--r-- | media-video/motion/files/motion.confd-r4 | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/media-video/motion/files/motion.confd-r4 b/media-video/motion/files/motion.confd-r4 deleted file mode 100644 index 8a200d14928c..000000000000 --- a/media-video/motion/files/motion.confd-r4 +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -# -# Motion OpenRC conf.d file -# All settings are optional - -# Set the user and group under which motion will be run -#MOTION_USER="motion" -#MOTION_GROUP="motion" - -#Set motion's config file: -#MOTION_CONFIGFILE="/etc/motion/motion.conf" - -#Set motion's log file. Leave unset for syslog: -#MOTION_LOGFILE="/var/log/motion/motion.log" - -#Set log type: 1-9 for COR, STR, ENC, NET, DBL, EVT, TRK, VID, ALL -#MOTION_LOGTYPE="9" - -#Set log level: 1-9 for EMG, ALR, CRT, ERR, WRN, NTC, INF, DBG, ALL -#MOTION_LOGLEVEL="6" - -#Set a default dir where motion places its output -#MOTION_DIR="/var/lib/motion" - -#Set the umask for the output files, for additonal security -#MOTION_UMASK="007" - |