Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (507a161a0b0a68445131063c045ed688bc6aa471)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (507a161a0b0a68445131063c045ed688bc6aa471)
  • Date: Wed, 19 Dec 2007 22:04:38 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/ferm/DEPENDS | 2 +-
net/ferm/INSTALL | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 507a161a0b0a68445131063c045ed688bc6aa471
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ferm: bah.. fix another typo.. it was a sleepless night..

diff --git a/net/ferm/DEPENDS b/net/ferm/DEPENDS
index b231bc5..71c5d27 100755
--- a/net/ferm/DEPENDS
+++ b/net/ferm/DEPENDS
@@ -1,2 +1,2 @@
-depends perl
+depends perl &&
depends iptables
diff --git a/net/ferm/INSTALL b/net/ferm/INSTALL
index e89edd6..e23bc97 100755
--- a/net/ferm/INSTALL
+++ b/net/ferm/INSTALL
@@ -1,5 +1,5 @@
make install &&
if [[ $INIT_INSTALLED ]]; then
- install_config_file ${SCRIPT_DIRECTORY}/init.d/ferm.conf \
+ install_config_file $SCRIPT_DIRECTORY/init.d/ferm.conf \
$INSTALL_ROOT/etc/sysconfig/ferm
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (507a161a0b0a68445131063c045ed688bc6aa471), Vlad Glagolev, 12/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page