Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (5c1de143076ae6706a4f97a163fe763717399b5e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (5c1de143076ae6706a4f97a163fe763717399b5e)
  • Date: Sun, 11 Oct 2009 13:32:39 -0500

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

editors/vi/HISTORY | 3 +++
editors/vi/PROVIDES | 2 ++
ftp/wu-ftpd/HISTORY | 3 +++
ftp/wu-ftpd/INSTALL | 8 ++++----
perl-cpan/module-build/DETAILS | 6 +++---
5 files changed, 15 insertions(+), 7 deletions(-)

New commits:
commit 5c1de143076ae6706a4f97a163fe763717399b5e
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

wu-ftpd: INSTALL was missing several $INSTALL_ROOT

commit 94534b556b548fe21992586ef6a873d66a635745
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

module-build: fixed EOF in DETAILS

commit 9411bae8889fc84dfc4bb55386ebb27384094f1d
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

vi: added PROVIDES

diff --git a/editors/vi/HISTORY b/editors/vi/HISTORY
index aae1cd6..71a6b5a 100644
--- a/editors/vi/HISTORY
+++ b/editors/vi/HISTORY
@@ -1,2 +1,5 @@
+2009-10-11 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * PROVIDES: new, VI and TEXT-EDITOR
+
2009-10-01 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* BUILD, CONFLICTS, DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/editors/vi/PROVIDES b/editors/vi/PROVIDES
new file mode 100755
index 0000000..786f41f
--- /dev/null
+++ b/editors/vi/PROVIDES
@@ -0,0 +1,2 @@
+VI
+TEXT-EDITOR
\ No newline at end of file
diff --git a/ftp/wu-ftpd/HISTORY b/ftp/wu-ftpd/HISTORY
index e416bfc..e138173 100644
--- a/ftp/wu-ftpd/HISTORY
+++ b/ftp/wu-ftpd/HISTORY
@@ -1,3 +1,6 @@
+2009-10-11 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * INSTALL: $INSTALL_ROOT was missing from several lines. Fixed.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/ftp/wu-ftpd/INSTALL b/ftp/wu-ftpd/INSTALL
index 36aa7cb..ae6c5b2 100755
--- a/ftp/wu-ftpd/INSTALL
+++ b/ftp/wu-ftpd/INSTALL
@@ -1,6 +1,6 @@
make prefix=${INSTALL_ROOT}/usr install &&

- mkdir -p /home/ftp &&
- chown root.ftp /home/ftp &&
- chmod 755 /home/ftp &&
- cp $SCRIPT_DIRECTORY/ftp /etc/pam.d
+ mkdir -p ${INSTALL_ROOT}/home/ftp &&
+ chown root.ftp ${INSTALL_ROOT}/home/ftp &&
+ chmod 755 ${INSTALL_ROOT}/home/ftp &&
+ cp $SCRIPT_DIRECTORY/ftp /${INSTALL_ROOT}etc/pam.d
diff --git a/perl-cpan/module-build/DETAILS b/perl-cpan/module-build/DETAILS
index 8557514..1cd0c4a 100755
--- a/perl-cpan/module-build/DETAILS
+++ b/perl-cpan/module-build/DETAILS
@@ -2,6 +2,6 @@
VERSION=0
PATCHLEVEL=9999
SHORT="deprecated"
- cat << EOF
- deprecated spell [replaced by perl]
- EOF
+cat << EOF
+ deprecated spell [replaced by perl]
+EOF



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (5c1de143076ae6706a4f97a163fe763717399b5e), Ethan Grammatikidis, 10/11/2009

Archive powered by MHonArc 2.6.24.

Top of Page