summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lb2
-rwxr-xr-xbin/live-build7
2 files changed, 5 insertions, 4 deletions
diff --git a/bin/lb b/bin/lb
index d79a62cfd..00868b50a 100755
--- a/bin/lb
+++ b/bin/lb
@@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
diff --git a/bin/live-build b/bin/live-build
index 4f277622c..d7eb28f66 100755
--- a/bin/live-build
+++ b/bin/live-build
@@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -30,9 +30,10 @@ then
man live-build
exit 0
else
- Echo "live-build contains the scripts to build a Debian Live system from a configuration directory."
+ Echo "live-build is a set of scripts to build Debian Live system images."
+ echo
+ Echo "The idea behind live-build is a framework that uses a configuration directory to completely automate and customize all aspects of building a Live image."
echo
Echo "An introduction to live-build can be found in the live-build(7) manpage."
-
exit 0
fi