diff options
author | Juan RP <xtraeme@gmail.com> | 2014-10-13 18:15:55 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-10-13 18:15:55 +0200 |
commit | 6148db4462ee5ad830f6a13d593ad56c541370f8 (patch) | |
tree | 9b1fcbe56a149824620f145802e1680c3d61c6eb /services/opensmtpd | |
parent | c807548118d1753682d12ad844070b1d90e60563 (diff) | |
download | runit-void-6148db4462ee5ad830f6a13d593ad56c541370f8.tar.gz runit-void-6148db4462ee5ad830f6a13d593ad56c541370f8.tar.xz runit-void-6148db4462ee5ad830f6a13d593ad56c541370f8.zip |
Removed all services that have been moved to void-packages.
Diffstat (limited to 'services/opensmtpd')
-rwxr-xr-x | services/opensmtpd/log/run | 2 | ||||
l--------- | services/opensmtpd/log/supervise | 1 | ||||
-rwxr-xr-x | services/opensmtpd/run | 2 | ||||
l--------- | services/opensmtpd/supervise | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/services/opensmtpd/log/run b/services/opensmtpd/log/run deleted file mode 100755 index afb131e..0000000 --- a/services/opensmtpd/log/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec logger -p mail.notice diff --git a/services/opensmtpd/log/supervise b/services/opensmtpd/log/supervise deleted file mode 120000 index 013c312..0000000 --- a/services/opensmtpd/log/supervise +++ /dev/null @@ -1 +0,0 @@ -/run/runit/supervise.opensmtpd-log \ No newline at end of file diff --git a/services/opensmtpd/run b/services/opensmtpd/run deleted file mode 100755 index ec33a94..0000000 --- a/services/opensmtpd/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec smtpd -d 2>&1 diff --git a/services/opensmtpd/supervise b/services/opensmtpd/supervise deleted file mode 120000 index cbde959..0000000 --- a/services/opensmtpd/supervise +++ /dev/null @@ -1 +0,0 @@ -/run/runit/supervise.opensmtpd \ No newline at end of file |