Skip to Content.
Sympa Menu

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

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 imp by Arjan Bouter (f5ccbe405df0ff5c80904b7197e7e278c84ebd6b)
  • Date: Tue, 24 May 2011 07:56:08 -0500

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

sbin/imp | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

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

imp: modified to supply the proper arguments to the functions

diff --git a/sbin/imp b/sbin/imp
index b213ead..3fb634c 100755
--- a/sbin/imp
+++ b/sbin/imp
@@ -336,10 +336,10 @@ while true; do
init) export INIT=${2} ; check_init ; shift 2 ;;
newinit) export NEWINIT=${2} ; check_init ; newinit ; exit ;;
listinit) list_init_def ; exit ;;
- install) install_script $@ ; exit ;;
- remove) remove_script $1 ; exit ;;
- activate) activate_script $1 ; exit ;;
- deactivate) deactivate_script $1 ; exit ;;
+ install) install_script $2 $3 ; exit ;;
+ remove) remove_script $2 ; exit ;;
+ activate) activate_script $2 ; exit ;;
+ deactivate) deactivate_script $2 ; exit ;;
list) list_script $2 ; exit ;;
*) show_help ; exit ;;
esac



  • [SM-Commit] GIT changes to master imp by Arjan Bouter (f5ccbe405df0ff5c80904b7197e7e278c84ebd6b), Arjan Bouter, 05/24/2011

Archive powered by MHonArc 2.6.24.

Top of Page