Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bc2397da63a906b426ee5e25c83ded4fe98482f6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bc2397da63a906b426ee5e25c83ded4fe98482f6)
  • Date: Wed, 28 Nov 2007 16:18:20 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

disk/hotswap/DEPENDS | 13 ++++++++-----
disk/hotswap/INSTALL | 2 +-
2 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit bc2397da63a906b426ee5e25c83ded4fe98482f6
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

hotswap: fixed INSTALL and DEPENDS

diff --git a/disk/hotswap/DEPENDS b/disk/hotswap/DEPENDS
index c7f40af..8b4d300 100755
--- a/disk/hotswap/DEPENDS
+++ b/disk/hotswap/DEPENDS
@@ -1,5 +1,8 @@
-depends libxml2 &&
-optional_depends kdelibs '--enable-kde-frontend' \
- '--disable-kde-frontend' &&
-optional_depends MOTIF '--enable-motif-frontend' \
- '--disable-motif-frontend'
+depends libxml2 &&
+optional_depends kdelibs '--enable-kde-frontend' \
+ '--disable-kde-frontend' \
+ 'Do you want the KDE frontend?' &&
+
+optional_depends MOTIF '--enable-motif-frontend' \
+ '--disable-motif-frontend' \
+ 'Do you want the MOTIF frontend?'
diff --git a/disk/hotswap/INSTALL b/disk/hotswap/INSTALL
index 8ef2403..fb38b41 100755
--- a/disk/hotswap/INSTALL
+++ b/disk/hotswap/INSTALL
@@ -1,2 +1,2 @@
default_install &&
-install doc/hotswaprc.example $INSTALL_ROOT/etc/hotswaprc
+install_config_file doc/hotswaprc.example $INSTALL_ROOT/etc/hotswaprc



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (bc2397da63a906b426ee5e25c83ded4fe98482f6), Arjan Bouter, 11/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page