summaryrefslogtreecommitdiffstats
path: root/core/modules/redsocks
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/redsocks')
-rw-r--r--core/modules/redsocks/module.build1
-rw-r--r--core/modules/redsocks/module.conf1
-rw-r--r--core/modules/redsocks/module.conf.debian1
-rw-r--r--core/modules/redsocks/module.conf.fedora1
-rw-r--r--core/modules/redsocks/module.conf.opensuse1
-rw-r--r--core/modules/redsocks/module.conf.ubuntu1
6 files changed, 6 insertions, 0 deletions
diff --git a/core/modules/redsocks/module.build b/core/modules/redsocks/module.build
index 8c5c4e84..4903cdbd 100644
--- a/core/modules/redsocks/module.build
+++ b/core/modules/redsocks/module.build
@@ -1,3 +1,4 @@
+#!/bin/bash
#tool/distro specific functions for fetching, building and installing dependencies
diff --git a/core/modules/redsocks/module.conf b/core/modules/redsocks/module.conf
index 62c15c70..a9093160 100644
--- a/core/modules/redsocks/module.conf
+++ b/core/modules/redsocks/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_GIT="git://github.com/darkk/redsocks.git"
REQUIRED_REVISION="2e3f648809e27cc19cb7a8702f19b553a7ef9a81"
REQUIRED_BINARIES="
diff --git a/core/modules/redsocks/module.conf.debian b/core/modules/redsocks/module.conf.debian
index da41b04e..b417ee80 100644
--- a/core/modules/redsocks/module.conf.debian
+++ b/core/modules/redsocks/module.conf.debian
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libevent-dev
"
diff --git a/core/modules/redsocks/module.conf.fedora b/core/modules/redsocks/module.conf.fedora
index fcc0fb45..407b1e3b 100644
--- a/core/modules/redsocks/module.conf.fedora
+++ b/core/modules/redsocks/module.conf.fedora
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libevent-devel
"
diff --git a/core/modules/redsocks/module.conf.opensuse b/core/modules/redsocks/module.conf.opensuse
index fcc0fb45..407b1e3b 100644
--- a/core/modules/redsocks/module.conf.opensuse
+++ b/core/modules/redsocks/module.conf.opensuse
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libevent-devel
"
diff --git a/core/modules/redsocks/module.conf.ubuntu b/core/modules/redsocks/module.conf.ubuntu
index da41b04e..b417ee80 100644
--- a/core/modules/redsocks/module.conf.ubuntu
+++ b/core/modules/redsocks/module.conf.ubuntu
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libevent-dev
"