Skip to Content.
Sympa Menu

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

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 master grimoire by Jaka Kranjc (f3f0a9966b25d9107e8176684a1cd244e6ce54af)
  • Date: Sat, 21 Oct 2006 08:44:55 -0500

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

security/chpax/BUILD | 1 +
security/chpax/HISTORY | 4 ++++
security/chpax/INSTALL | 6 +-----
3 files changed, 6 insertions(+), 5 deletions(-)

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

chpax: make it work, stuffing it in #11108

diff --git a/security/chpax/BUILD b/security/chpax/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/security/chpax/BUILD
@@ -0,0 +1 @@
+make
diff --git a/security/chpax/HISTORY b/security/chpax/HISTORY
index 2443dd3..ddd096a 100644
--- a/security/chpax/HISTORY
+++ b/security/chpax/HISTORY
@@ -1,3 +1,7 @@
+2006-10-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: chmod +x, use install_config_file
+ * BUILD: added for #11108
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.

diff --git a/security/chpax/INSTALL b/security/chpax/INSTALL
old mode 100644
new mode 100755
index c5f8c95..9a3dc92
--- a/security/chpax/INSTALL
+++ b/security/chpax/INSTALL
@@ -2,8 +2,4 @@ cp chpax /usr/sbin
chmod 754 /usr/sbin/chpax &&
tr -d '\r' < $SOURCE_CACHE/chpax.sh > /usr/sbin/chpax.sh &&
chmod 754 /usr/sbin/chpax.sh &&
-{
- [ -e /etc/chpax.cfg ] ||
- cp $SOURCE_CACHE/chpax.cfg /etc
-} &&
-touch /etc/chpax.cfg
+install_config_file $SOURCE_CACHE/chpax.cfg /etc/chpax.cfg



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f3f0a9966b25d9107e8176684a1cd244e6ce54af), Jaka Kranjc, 10/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page