[SCM] debian-live/live-helper branch, master, updated. 1.0_a33-1-4-g2e260e9

Maarten ter Huurne maarten at treewalker.org
Mon Oct 29 21:46:20 UTC 2007


The branch, master has been updated
       via  2e260e9e86f5964846692dd969705a7147c688d4 (commit)
       via  b7cbf62451e504db19f9a47a58788391b6d92d73 (commit)
      from  51a91b805c14eeacda187d484e5e5964ad05ca74 (commit)


- Shortlog ------------------------------------------------------------
2e260e9 Avoid [Y/n] query on package autoremove in "mini" hook.
b7cbf62 Fixed lh_config tool name in manpage.

Summary of changes:
 hooks/mini              |    2 +-
 manpages/lh_config.de.1 |    2 +-
 manpages/lh_config.en.1 |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 2e260e9e86f5964846692dd969705a7147c688d4
Author: Maarten ter Huurne <maarten at treewalker.org>
Date:   Mon Oct 29 21:13:53 2007 +0100

    Avoid [Y/n] query on package autoremove in "mini" hook.
    
    Added "--yes" to "apt-get autoremove" line to avoid APT from popping up a
    confirmation.

diff --git a/hooks/mini b/hooks/mini
index 5a296d5..4910914 100755
--- a/hooks/mini
+++ b/hooks/mini
@@ -18,7 +18,7 @@ do
 	fi
 done
 
-apt-get autoremove || true
+apt-get autoremove --yes || true
 
 # Removing unused files
 find . -name *~ | xargs rm -f

commit b7cbf62451e504db19f9a47a58788391b6d92d73
Author: Maarten ter Huurne <maarten at treewalker.org>
Date:   Mon Oct 29 18:45:46 2007 +0100

    Fixed lh_config tool name in manpage.
    
    For some reason the page said "lh_source" originally. Copy-paste error?

diff --git a/manpages/lh_config.de.1 b/manpages/lh_config.de.1
index ac4d177..bb932b6 100644
--- a/manpages/lh_config.de.1
+++ b/manpages/lh_config.de.1
@@ -7,7 +7,7 @@ lh_config \- erstellt live-helper(7) Konfiguration
 .B lh_config [\fIlive\-helper\ Optionen\fR\|]
 
 .SH BESCHREIBUNG
-lh_source ist ein Script um das Konfigurationsverzeichnis fuer live\-helper zu erstellen. Standardm\[:a]ssig wird das Konfigurationsverzeichnis 'config' genannt und im aktuellen Verzeichnis angelegt.
+lh_config ist ein Script um das Konfigurationsverzeichnis fuer live\-helper zu erstellen. Standardm\[:a]ssig wird das Konfigurationsverzeichnis 'config' genannt und im aktuellen Verzeichnis angelegt.
 
 .SH OPTIONEN
 Hier ist eine vollst\[:a]ndige Liste aller verf\[:u]gbaren Optionen f\[:u]r lh_config.
diff --git a/manpages/lh_config.en.1 b/manpages/lh_config.en.1
index 1c5efd0..ccde712 100644
--- a/manpages/lh_config.en.1
+++ b/manpages/lh_config.en.1
@@ -7,7 +7,7 @@ lh_config \- create configuration for live-helper(7)
 .B lh_config [\fIlive\-helper\ options\fR\|]
 
 .SH DESCRIPTION
-lh_source is a script to populate the configuration directory for live\-helper. By default, this directory is named 'config' and is created in the current directory.
+lh_config is a script to populate the configuration directory for live\-helper. By default, this directory is named 'config' and is created in the current directory.
 
 .SH OPTIONS
 Here is the complete list of available options for lh_config.

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list