Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (98f86c16e2da465b0e4d7ff45c5fa9331ea20e71)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (98f86c16e2da465b0e4d7ff45c5fa9331ea20e71)
  • Date: Fri, 19 Sep 2008 17:02:49 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

archive/backuppc/CONFIGURE | 3 +--
archive/backuppc/INSTALL | 4 ----
2 files changed, 1 insertion(+), 6 deletions(-)

New commits:
commit 98f86c16e2da465b0e4d7ff45c5fa9331ea20e71
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

backuppc: removed init script, as it doesn't do it smartly, and it
doesn't work for us
You're on your own for an init script because I'm too lazy to deal with
this stupid thing

diff --git a/archive/backuppc/CONFIGURE b/archive/backuppc/CONFIGURE
index a46a3da..fb4e2e7 100755
--- a/archive/backuppc/CONFIGURE
+++ b/archive/backuppc/CONFIGURE
@@ -4,5 +4,4 @@ if [[ "${BACKUPPC_DATA_DIR}" == "" ]]; then
unset BACKUPPC_DATA_DIR
config_query_string BACKUPPC_DATA_DIR "Where should it be?"
"/var/backups"
fi
-fi &&
-config_query BACKUPPC_INIT "Install backuppc init script (this will also
activate it)" n
+fi
diff --git a/archive/backuppc/INSTALL b/archive/backuppc/INSTALL
index 1a4f6ca..6408357 100755
--- a/archive/backuppc/INSTALL
+++ b/archive/backuppc/INSTALL
@@ -14,8 +14,4 @@ else
# existing install, do upgrade
perl ./configure.pl --batch \
--config-path ${BACKUPPC_DATA_DIR}/conf/config.pl
-fi &&
-
-if [[ "${BACKUPPC_INIT}" == "y" ]]; then
- cp init.d/src/linux-backuppc
${INSTALL_ROOT}/etc/init.d/runlevels/%3/backuppc
fi



  • [SM-Commit] GIT changes to master grimoire by David Kowis (98f86c16e2da465b0e4d7ff45c5fa9331ea20e71), David Kowis, 09/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page