summaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-07 11:52:39 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:04 +0100
commitb9ce5eded0a91c6b3d0a3ffd47a97d11d7ec9d6a (patch)
tree7b93dbbdb37cfe3ee889f1bc3e5e22dfaac4b68c /cgi
parent8be5f9d036bad60cf9ad7169c3e7c356aeba55b6 (diff)
downloadlive-build-b9ce5eded0a91c6b3d0a3ffd47a97d11d7ec9d6a.zip
live-build-b9ce5eded0a91c6b3d0a3ffd47a97d11d7ec9d6a.tar.gz
Removing obsolete common file in cgi.
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/cgi3
-rw-r--r--cgi/common1
-rwxr-xr-xcgi/cron3
3 files changed, 0 insertions, 7 deletions
diff --git a/cgi/cgi b/cgi/cgi
index c38054e..ce23c2a 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -20,9 +20,6 @@
# On Debian systems, the complete text of the GNU General Public License
# can be found in /usr/share/common-licenses/GPL-2 file.
-# Reading common
-. /usr/share/live-webhelper/common
-
# Reading defaults
if [ -r /etc/default/live-webhelper ]
then
diff --git a/cgi/common b/cgi/common
deleted file mode 100644
index 1e4bcb2..0000000
--- a/cgi/common
+++ /dev/null
@@ -1 +0,0 @@
-VERSION="1.0~a20"
diff --git a/cgi/cron b/cgi/cron
index fca2db0..8203ae8 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -15,9 +15,6 @@ do
. "${_FUNCTION}"
done
-# Reading common
-. /usr/share/live-webhelper/common
-
# Reading defaults
if [ -r /etc/default/live-webhelper ]
then