Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (c0ec9587ebc8afca4748c68a32e7c41be699fe05)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (c0ec9587ebc8afca4748c68a32e7c41be699fe05)
  • Date: Sat, 26 Apr 2008 09:16:20 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 4 ++++
var/lib/sorcery/modules/libcast | 5 +++--
2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit c0ec9587ebc8afca4748c68a32e7c41be699fe05
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libcast: made the optional dependency on xinetd suggested and changed two
comments

diff --git a/ChangeLog b/ChangeLog
index fcaeec5..c45f35d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libcast: made the optional dependency on xinetd suggested and
changed two
+ comments
+
2008-04-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libmisc: rewrote smgl_dirname using an explode approach for it to
conform
to the system dirname (it was failing the unit tests for dirs like
/etc
diff --git a/var/lib/sorcery/modules/libcast b/var/lib/sorcery/modules/libcast
index 35e2a5f..66f5fde 100755
--- a/var/lib/sorcery/modules/libcast
+++ b/var/lib/sorcery/modules/libcast
@@ -169,7 +169,7 @@ function query_custom_cflags() {
#---------------------------------------------------------------------
## Asks the user about init and xinetd services
##
-## expcetd $SCRIPT_DIRECTORY to be setable, any file one level deep in
+## expects $SCRIPT_DIRECTORY to be setable, any file one level deep in
## $SCRIPT_DIRECTORY/xinetd.d or $SCRIPT_DIRECTORY/init.d is assumed to be
## a service
##
@@ -357,7 +357,7 @@ function query_services() {
fi

if [[ $XINETD_INSTALLED ]] ; then
- optional_depends xinetd "" "" "for $XINETD_INSTALLED"
+ suggest_depends xinetd "" "" "for $XINETD_INSTALLED"
fi
}

@@ -526,6 +526,7 @@ function install_xinetd_sub() {

set_xinetd_state $tmp_file $state

+ # FIXME use install_config_file?
if test -e $inst_file &&
! grep -v disable $inst_file|diff - $file &>/dev/null ; then
message "${QUERY_COLOR}$inst_file differs from the default $file," \



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (c0ec9587ebc8afca4748c68a32e7c41be699fe05), Jaka Kranjc, 04/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page