Skip to Content.
Sympa Menu

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

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 (cef7ed5558c036b56ffdb772b3d6a6dea0fbcedf)
  • Date: Sat, 21 Oct 2006 17:05:30 -0500

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

ChangeLog | 2 +-
accounts | 1 +
archive/amanda/DEPENDS | 14 +++++++++++++-
archive/amanda/HISTORY | 3 +++
groups | 1 +
5 files changed, 19 insertions(+), 2 deletions(-)

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

amanda: added MAIL-TRANSPORT-AGENT and mtx-tape deps

commit 25cb9ad041d6fe1ed47880b2136f8b087fb18fe6
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

added the backup user and group

diff --git a/ChangeLog b/ChangeLog
index 7f9e5f5..2a4ed77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
(look for them in xorg-modular)

2006-10-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * accounts, groups: added iplog
+ * accounts, groups: added iplog and backup

2006-10-20 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* security/netpipe renamed to netpipe-redirector to avoid conflict
#8580
diff --git a/accounts b/accounts
index 5ffc0e4..0bf66b9 100755
--- a/accounts
+++ b/accounts
@@ -6,6 +6,7 @@ news:9:9
uucp:10:10
proxy:13:13
www-data:33:33
+backup:34:34
firebird:84:84
bind:101:101
gnats:102:102
diff --git a/archive/amanda/DEPENDS b/archive/amanda/DEPENDS
index 0efb5ab..3bcfc37 100755
--- a/archive/amanda/DEPENDS
+++ b/archive/amanda/DEPENDS
@@ -1,3 +1,9 @@
+if [[ $AMANDA_CLIENT == "y" ]]; then
+ optional_depends MAIL-TRANSPORT-AGENT "" "" "for mailing of reports"
+else
+ depends MAIL-TRANSPORT-AGENT
+fi &&
+
if [ "$AMANDA_DB" == "db" ]; then
depends db
elif [ "$AMANDA_DB" == "gdbm" ]; then
@@ -37,4 +43,10 @@ optional_depends perl
optional_depends gnuplot \
"" \
"" \
- "for graphical representations of dump data with amplot"
+ "for graphical representations of dump data with amplot" &&
+
+optional_depends mtx-tape
\
+ "" \
+ "" \
+ "for the mt and mtx tools"
+
diff --git a/archive/amanda/HISTORY b/archive/amanda/HISTORY
index c783cfc..9d6b18a 100644
--- a/archive/amanda/HISTORY
+++ b/archive/amanda/HISTORY
@@ -1,3 +1,6 @@
+2006-10-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: added MAIL-TRANSPORT-AGENT and mtx-tape
+
2006-10-18 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 2.5.1p1
Removed UPDATED
diff --git a/groups b/groups
index 84646d9..cbe9f7b 100755
--- a/groups
+++ b/groups
@@ -15,6 +15,7 @@ cdrom:24:
floppy:25:
audio:29:
www-data:33:
+backup:34:
utmp:43:
games:60:
firebird:84:



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

Archive powered by MHonArc 2.6.24.

Top of Page