Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Jaka Kranjc

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Jaka Kranjc
  • Date: Sun, 21 May 2006 16:15:46 -0500

GIT changes to test grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

i18n/freewnn/BUILD | 5 +++++
i18n/freewnn/CONFIGURE | 7 +------
2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 0d4e3ff3f4dfc213e6588594b75b172c6cb60676
Merge: 2c97a9b... 6ba2e74...
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

Merge branch 'master' of http://scm.sourcemage.org/smgl/grimoire

commit 2c97a9b1814ee07087763800987d262087274553
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

freewnn: moved $OPTS modification to BUILD

diff --git a/i18n/freewnn/BUILD b/i18n/freewnn/BUILD
index 66edb37..2745887 100755
--- a/i18n/freewnn/BUILD
+++ b/i18n/freewnn/BUILD
@@ -1,3 +1,8 @@
+if [[ $UNSAFE == "y" ]]; then
+ OPTS="$OPTS --enable-unsafe-path"
+else
+ OPTS="$OPTS --disable-unsafe-path"
+fi &&
create_group wnn &&
create_account wnn /dev/null /bin/false wnn &&
default_build
diff --git a/i18n/freewnn/CONFIGURE b/i18n/freewnn/CONFIGURE
index 0c0c1a9..b8a7317 100755
--- a/i18n/freewnn/CONFIGURE
+++ b/i18n/freewnn/CONFIGURE
@@ -13,9 +13,4 @@ # else echo 'OPTS="$OPTS --disable-clie
# fi
#fi

-config_query UNSAFE "Allow clients to connect from any host (can be a
security risk)?" n &&
-if [[ $UNSAFE == "y" ]]; then
- OPTS="$OPTS --enable-unsafe-path"
-else
- OPTS="$OPTS --disable-unsafe-path"
-fi
+config_query UNSAFE "Allow clients to connect from any host (can be a
security risk)?" n




Archive powered by MHonArc 2.6.24.

Top of Page