summaryrefslogtreecommitdiff
path: root/rhnop-server/debian/rhnop-server.runit.log
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-05-11 23:22:33 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-05-12 00:04:36 (GMT)
commitd71335b6ccb2b71e846736bc8e7e8a3ccc954b7f (patch)
tree5182e556d6b4e58c5d5d07b8820d0416a6697288 /rhnop-server/debian/rhnop-server.runit.log
parent7e8500a355a15dcdb303e3a109c34ca82c18ba38 (diff)
removed old seperate directories
Diffstat (limited to 'rhnop-server/debian/rhnop-server.runit.log')
-rw-r--r--rhnop-server/debian/rhnop-server.runit.log9
1 files changed, 0 insertions, 9 deletions
diff --git a/rhnop-server/debian/rhnop-server.runit.log b/rhnop-server/debian/rhnop-server.runit.log
deleted file mode 100644
index a8766ea..0000000
--- a/rhnop-server/debian/rhnop-server.runit.log
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-set -e
-
-LOG_D="/var/log/nopsyncd/"
-if [ ! -d "$LOG_D" ]; then
- mkdir -p -m0750 "$LOG_D"
-fi
-chown root:adm "$LOG_D"
-exec chpst -u root:adm svlogd -tt "$LOG_D"