grml-etc-core.git
16 years agoMerge branches 0.3.48
Michael Prokop [Mon, 11 Feb 2008 17:01:34 +0000 (18:01 +0100)]
Merge branches

16 years agozshrc: use sudo su for alias su
Michael Prokop [Mon, 11 Feb 2008 17:01:19 +0000 (18:01 +0100)]
zshrc: use sudo su for alias su

16 years agozshrc: autoloading is-at-least again
Frank Terbeck [Sat, 2 Feb 2008 09:52:40 +0000 (10:52 +0100)]
zshrc: autoloading is-at-least again

is-at-least() can be used for precise version checks (as opposed to our
broad is4(), is4{1,2,3}() functions - which are a lot simpler).

Note that this test will *always* fail, if the is-at-least function could
not be marked for autoloading.

16 years agozshrc: using FOO=${FOO:-default} instead of (( ${+FOO} )) || FOO=default
Frank Terbeck [Sat, 2 Feb 2008 09:41:09 +0000 (10:41 +0100)]
zshrc: using FOO=${FOO:-default} instead of (( ${+FOO} )) || FOO=default

This is more correct, IMHO.
The old way only sets the default if $FOO is unset; whereas the new way
sets the default if $FOO is unset *or* empty (which is certainly desirable,
if you think of variables like $PAGER).

16 years agozshrc: setopt longlistjobs
Michael Prokop [Fri, 1 Feb 2008 01:53:24 +0000 (02:53 +0100)]
zshrc: setopt longlistjobs

16 years agozshrc: add a check for ZSH_VERSION >= 3.1.7
Frank Terbeck [Fri, 1 Feb 2008 01:13:09 +0000 (02:13 +0100)]
zshrc: add a check for ZSH_VERSION >= 3.1.7

See <http://bts.grml.org/grml/issue389>.

This commit quietly sets the required version of zsh to 3.1.7.
If that test fails, we complain loudly.

16 years agozshrc: introduce zrcautoload()
Frank Terbeck [Fri, 1 Feb 2008 01:07:54 +0000 (02:07 +0100)]
zshrc: introduce zrcautoload()

Taken from <http://ft.bewatermyfriend.org/comp/zsh/zshrc.real.html>.
Stripped down for our purposes.

16 years agozshrc: Don't use is-at-least anymore
Frank Terbeck [Fri, 1 Feb 2008 00:28:59 +0000 (01:28 +0100)]
zshrc: Don't use is-at-least anymore

While this can be a useful function, it really is a little overkill
for out purposes; especially, since we provide much simpler fallback
functions, when it is not available.

added is43() as well, which is currently not used, but probably should. :-)

16 years agozshrc: fix breakage, which was revealed by a zsh v3.1.7 testrun
Frank Terbeck [Thu, 31 Jan 2008 19:28:54 +0000 (20:28 +0100)]
zshrc: fix breakage, which was revealed by a zsh v3.1.7 testrun

With these changes, implementing issue389 actually make sense.

16 years agoForgot [Closes: ...] in changelog update...
Frank Terbeck [Thu, 31 Jan 2008 09:47:47 +0000 (10:47 +0100)]
Forgot [Closes: ...] in changelog update...

I should *think* before committing.

16 years agoUpdating debian/changelog
Frank Terbeck [Thu, 31 Jan 2008 09:45:56 +0000 (10:45 +0100)]
Updating debian/changelog

16 years agowhatwhen() -- Get what you did when from the history.
Alexander 'z3ttacht' Steinböck [Sun, 27 Jan 2008 15:48:21 +0000 (16:48 +0100)]
whatwhen() -- Get what you did when from the history.
e.g. % whatwhen grml
     6682  2008-01-27 16:44  vim etc/grml/screenrc
     6683  2008-01-27 16:45  screen -c etc/grml/screenrc

16 years agoUpdating debian/changelog
Frank Terbeck [Wed, 30 Jan 2008 20:20:35 +0000 (21:20 +0100)]
Updating debian/changelog

16 years agoetc/zsh/zshrc: changed `most' for $PAGER in dchange(), uchange(), dnews.
Alexander 'z3ttacht' Steinböck [Sun, 27 Jan 2008 11:39:40 +0000 (12:39 +0100)]
etc/zsh/zshrc: changed `most' for $PAGER in dchange(), uchange(), dnews.
Furthermore `export PAGER' was moved from etc/skel/.zshrc to
etc/zsh/zshrc, since the afore-mentioned functions reside in that
file as well.

16 years agoAdded tag 0.3.47 for changeset 9e85a2154ccd265c630d3d2092e5235355a3f478
Michael Prokop [Sun, 20 Jan 2008 00:48:34 +0000 (01:48 +0100)]
Added tag 0.3.47 for changeset 9e85a2154ccd265c630d3d2092e5235355a3f478

16 years agomissed -l for print in chdir()... I need sleep. 0.3.47
Frank Terbeck [Sun, 20 Jan 2008 00:33:40 +0000 (01:33 +0100)]
missed -l for print in chdir()... I need sleep.

16 years agozshrc: prevent chdir() from putting dupes into ~/.zdirs
Frank Terbeck [Sun, 20 Jan 2008 00:31:15 +0000 (01:31 +0100)]
zshrc: prevent chdir() from putting dupes into ~/.zdirs

dirs -pl did print the complete stack, including dupes.
Using ${dirstack} from the zsh/pararmeter module to fix this.

16 years agoAdded tag 0.3.46 for changeset 7f6e5de9b53bb5c72104ed976b58c7032dcdf706
Michael Prokop [Sat, 19 Jan 2008 23:36:16 +0000 (00:36 +0100)]
Added tag 0.3.46 for changeset 7f6e5de9b53bb5c72104ed976b58c7032dcdf706

16 years agozshrc: fixed some refcard-generating tags, that where positioned incorrectly. 0.3.46
Frank Terbeck [Sat, 19 Jan 2008 21:26:37 +0000 (22:26 +0100)]
zshrc: fixed some refcard-generating tags, that  where positioned incorrectly.

16 years agoupdating debian/changelog
Frank Terbeck [Fri, 18 Jan 2008 20:47:39 +0000 (21:47 +0100)]
updating debian/changelog

16 years agovimrc: display the file, that is being edited into screen's hardstatus
Frank Terbeck [Fri, 18 Jan 2008 20:28:12 +0000 (21:28 +0100)]
vimrc: display the file, that is being edited into screen's hardstatus

16 years agozshrc: set $NAME in screen title only if $HOSTNAME is set
Michael Prokop [Wed, 16 Jan 2008 12:40:38 +0000 (13:40 +0100)]
zshrc: set $NAME in screen title only if $HOSTNAME is set

16 years agoupdate weather() zsh function
Michael Prokop [Thu, 10 Jan 2008 23:56:50 +0000 (00:56 +0100)]
update weather() zsh function

16 years agoupdating debian/changelog
Frank Terbeck [Sat, 29 Dec 2007 11:29:49 +0000 (12:29 +0100)]
updating debian/changelog

16 years agozshrc: Removing folsym()
Frank Terbeck [Sat, 29 Dec 2007 11:24:49 +0000 (12:24 +0100)]
zshrc: Removing folsym()

...which was not exactly beautiful.
Just use ssl(), it does the same but looks clean.

Added copyright notice to the accept-line wrapper, because our zshrc
is GPL'd and the accept-line wrapper code is not.

16 years agoRemoving the (commented out) my_accept() widget from zshrc
Frank Terbeck [Wed, 26 Dec 2007 19:18:26 +0000 (20:18 +0100)]
Removing the (commented out) my_accept() widget from zshrc

It's obsoleted by the just-added generic accept-line wrapper.

16 years agoApply patches from ft and update changelog
Michael Prokop [Wed, 26 Dec 2007 17:37:42 +0000 (18:37 +0100)]
Apply patches from ft and update changelog

16 years agoAdding a generic accept-line wrapper
Frank Terbeck [Wed, 26 Dec 2007 11:43:57 +0000 (12:43 +0100)]
Adding a generic accept-line wrapper

See

<http://bewatermyfriend.org/posts/2007/12-26.11-50-38-tooltime.html>

for details.

16 years agozshrc: make grmlcomp() readable (':nmap b v$hdO<ESC>pj$' - vim is so useful)
Frank Terbeck [Sat, 22 Dec 2007 06:35:22 +0000 (07:35 +0100)]
zshrc: make grmlcomp() readable (':nmap b v$hdO<ESC>pj$' - vim is so useful)

16 years agozshrc: convert swspeak from alias to function
Frank Terbeck [Sat, 22 Dec 2007 06:13:55 +0000 (07:13 +0100)]
zshrc: convert swspeak from alias to function

16 years agoAdded tag 0.3.45 for changeset 10f9529b5d6e38adfb2fb6681a00d1e900e6fa5c
Michael Prokop [Mon, 24 Dec 2007 20:42:11 +0000 (21:42 +0100)]
Added tag 0.3.45 for changeset 10f9529b5d6e38adfb2fb6681a00d1e900e6fa5c

16 years agoUpdate vimrc: drop the p vmap 0.3.45
Michael Prokop [Mon, 24 Dec 2007 20:10:57 +0000 (21:10 +0100)]
Update vimrc: drop the p vmap

16 years agoDisable keybindings of issue350 by default and move to another place
Michael Prokop [Sat, 22 Dec 2007 18:20:06 +0000 (19:20 +0100)]
Disable keybindings of issue350 by default and move to another place

16 years agoApply second patch from issue350
Michael Prokop [Fri, 21 Dec 2007 23:15:31 +0000 (00:15 +0100)]
Apply second patch from issue350

16 years agoApply patch from issue350
Michael Prokop [Fri, 21 Dec 2007 23:12:12 +0000 (00:12 +0100)]
Apply patch from issue350

16 years agoAdded tag 0.3.44 for changeset 609ad70719ef6750c4d238c68c672f021f6287f3
Michael Prokop [Fri, 21 Dec 2007 19:55:25 +0000 (20:55 +0100)]
Added tag 0.3.44 for changeset 609ad70719ef6750c4d238c68c672f021f6287f3

16 years agoupdate changelog 0.3.44
Michael Prokop [Fri, 21 Dec 2007 19:54:56 +0000 (20:54 +0100)]
update changelog

16 years agozshrc: $reswords is an array *not* a hash...
Frank Terbeck [Thu, 20 Dec 2007 21:21:36 +0000 (22:21 +0100)]
zshrc: $reswords is an array *not* a hash...

16 years agoAdded tag 0.3.43 for changeset c53762778490f4aafeeb0c7a468db6cb77295fc9
Michael Prokop [Sun, 16 Dec 2007 20:28:03 +0000 (21:28 +0100)]
Added tag 0.3.43 for changeset c53762778490f4aafeeb0c7a468db6cb77295fc9

16 years ago/etc/zsh/zshrc: change logic of $HOSTNAME in preexec() 0.3.43
Michael Prokop [Sun, 16 Dec 2007 19:34:40 +0000 (20:34 +0100)]
/etc/zsh/zshrc: change logic of $HOSTNAME in preexec()

16 years agoAdded tag 0.3.42 for changeset 4763c51646abc2229e72390e12ba301e5723441b
Michael Prokop [Sun, 16 Dec 2007 17:13:52 +0000 (18:13 +0100)]
Added tag 0.3.42 for changeset 4763c51646abc2229e72390e12ba301e5723441b

16 years agoBumb version number 0.3.42
Michael Prokop [Tue, 11 Dec 2007 18:45:38 +0000 (19:45 +0100)]
Bumb version number

16 years agoUpdate changelog for "Disable command-completion descriptions"
Michael Prokop [Tue, 11 Dec 2007 18:44:57 +0000 (19:44 +0100)]
Update changelog for "Disable command-completion descriptions"

16 years agoDisable command-completion descriptions
Frank Terbeck [Tue, 11 Dec 2007 18:40:56 +0000 (19:40 +0100)]
Disable command-completion descriptions

16 years agoAdded tag 0.3.41 for changeset e4269e8228912ada0767c086df1ae2efb2fc810d
Michael Prokop [Sun, 9 Dec 2007 22:02:54 +0000 (23:02 +0100)]
Added tag 0.3.41 for changeset e4269e8228912ada0767c086df1ae2efb2fc810d

16 years agoUpdate debbug() 0.3.41
Michael Prokop [Sun, 9 Dec 2007 22:01:26 +0000 (23:01 +0100)]
Update debbug()

16 years agoextend debbug() based on http://xana.scru.org/quanks/b-func.html
Michael Prokop [Sun, 9 Dec 2007 21:58:37 +0000 (22:58 +0100)]
extend debbug() based on xana.scru.org/quanks/b-func.html

16 years agoApply patches regarding zsh sourcing by ft
Michael Prokop [Fri, 7 Dec 2007 21:56:56 +0000 (22:56 +0100)]
Apply patches regarding zsh sourcing by ft

* Fix the 'xsource' issue
* Only read .zshrc.global if $ZSHRC_GLOBAL_HAS_BEEN_READ is not set yet

16 years agoAdjust xsource function in skeleton file
Michael Prokop [Thu, 6 Dec 2007 22:28:05 +0000 (23:28 +0100)]
Adjust xsource function in skeleton file

16 years agoUpdate changelog
Michael Prokop [Thu, 6 Dec 2007 22:25:11 +0000 (23:25 +0100)]
Update changelog

16 years agozsh: Make sure xsource works in any case; add modelines for vim
Michael Prokop [Thu, 6 Dec 2007 22:22:47 +0000 (23:22 +0100)]
zsh: Make sure xsource works in any case; add modelines for vim

16 years agoApplied patch bomb for unified indenting, thanks ft
Michael Prokop [Thu, 6 Dec 2007 22:16:36 +0000 (23:16 +0100)]
Applied patch bomb for unified indenting, thanks ft

16 years agoRevert the b0rken type change for zsh
Michael Prokop [Tue, 4 Dec 2007 18:06:09 +0000 (19:06 +0100)]
Revert the b0rken type change for zsh

16 years agoApplied patch by ft and updated changelog
Michael Prokop [Tue, 4 Dec 2007 17:26:43 +0000 (18:26 +0100)]
Applied patch by ft and updated changelog

16 years agoApply patch by z3ttacht regarding issue354
Michael Prokop [Mon, 3 Dec 2007 22:00:48 +0000 (23:00 +0100)]
Apply patch by z3ttacht regarding issue354

16 years agozsh: replace $(which ...) with $(type ...)
Michael Prokop [Mon, 3 Dec 2007 21:18:53 +0000 (22:18 +0100)]
zsh: replace $(which ...) with $(type ...)

16 years ago/etc/skel/.zshrc: add alias 'g' for git
Michael Prokop [Sun, 2 Dec 2007 18:55:03 +0000 (19:55 +0100)]
/etc/skel/.zshrc: add alias 'g' for git

16 years agoAdded tag 0.3.40 for changeset cf36c722d6759468c2ae130dee70866bce5d897c
Michael Prokop [Thu, 22 Nov 2007 10:17:14 +0000 (11:17 +0100)]
Added tag 0.3.40 for changeset cf36c722d6759468c2ae130dee70866bce5d897c

16 years agozshrc: add (deactivated) MANWIDTH=80; fix colorschema in screenrc 0.3.40
Michael Prokop [Thu, 22 Nov 2007 10:16:43 +0000 (11:16 +0100)]
zshrc: add (deactivated) MANWIDTH=80; fix colorschema in screenrc

16 years agoAdded tag 0.3.39 for changeset ceb529f7474dbfd34eb11ba894e6aef3acde7d19
Michael Prokop [Mon, 5 Nov 2007 11:21:38 +0000 (12:21 +0100)]
Added tag 0.3.39 for changeset ceb529f7474dbfd34eb11ba894e6aef3acde7d19

16 years agoMove vim vs. vi from /etc/skel/.zshrc.grmlsmall to /etc/zsh/zshrc 0.3.39
Michael Prokop [Mon, 5 Nov 2007 11:21:16 +0000 (12:21 +0100)]
Move vim vs. vi from /etc/skel/.zshrc.grmlsmall to /etc/zsh/zshrc

16 years agoAdded tag 0.3.38 for changeset b528a2139b77c784f0e3af6c107685cddf2a3754
Michael Prokop [Wed, 24 Oct 2007 07:52:36 +0000 (09:52 +0200)]
Added tag 0.3.38 for changeset b528a2139b77c784f0e3af6c107685cddf2a3754

16 years agoRestore some RC_* variables 0.3.38
Michael Prokop [Wed, 24 Oct 2007 07:48:17 +0000 (09:48 +0200)]
Restore some RC_* variables

16 years agoProvide e* functions in /etc/grml/lsb-functions again
Michael Prokop [Wed, 24 Oct 2007 07:37:01 +0000 (09:37 +0200)]
Provide e* functions in /etc/grml/lsb-functions again

16 years agoAdded tag 0.3.37 for changeset 743e23e4db32b31b70e61d9e96456ba39c864711
Michael Prokop [Tue, 23 Oct 2007 18:09:10 +0000 (20:09 +0200)]
Added tag 0.3.37 for changeset 743e23e4db32b31b70e61d9e96456ba39c864711

16 years agoUpdate changelog 0.3.37
Michael Prokop [Tue, 23 Oct 2007 18:08:33 +0000 (20:08 +0200)]
Update changelog

16 years agoMake eerror() use '>&2' instead of '>/dev/stderr'
Frank Terbeck [Tue, 23 Oct 2007 15:22:52 +0000 (17:22 +0200)]
Make eerror() use '>&2' instead of '>/dev/stderr'

16 years agoMoving e*() functions grml/lsb-functions to grml/script-functions
Frank Terbeck [Tue, 23 Oct 2007 15:05:51 +0000 (17:05 +0200)]
Moving e*() functions grml/lsb-functions to grml/script-functions

This is part of resolving #291.
Note, that this commit will break everything that uses said functions,
while only sourcing 'lsb-functions'. Sourcing 'script-functions' as
well should fix such problems.

16 years agoAdded tag 0.3.36 for changeset 8230fdbe26b9875b385c1d5941df53983424cc36
Michael Prokop [Mon, 22 Oct 2007 17:39:07 +0000 (19:39 +0200)]
Added tag 0.3.36 for changeset 8230fdbe26b9875b385c1d5941df53983424cc36

16 years agoUpdate changelog 0.3.36
Michael Prokop [Mon, 22 Oct 2007 14:49:26 +0000 (16:49 +0200)]
Update changelog

16 years agozshrc: not using 'for name0 name1 in a b c d ; ...' anymore
Frank Terbeck [Mon, 22 Oct 2007 14:44:55 +0000 (16:44 +0200)]
zshrc: not using 'for name0 name1 in a b c d ; ...' anymore

Replacing that contruct with something, that does not break older zshs.

16 years ago/etc/zsh/zshrc: enable transient_rprompt only for zsh >= 4.1
Michael Prokop [Mon, 22 Oct 2007 08:18:50 +0000 (10:18 +0200)]
/etc/zsh/zshrc: enable transient_rprompt only for zsh >= 4.1

16 years agoAdded tag 0.3.35 for changeset 70b0d92bc39c751a871f612483dc21de276609aa
Michael Prokop [Thu, 18 Oct 2007 08:28:12 +0000 (10:28 +0200)]
Added tag 0.3.35 for changeset 70b0d92bc39c751a871f612483dc21de276609aa

16 years ago/etc/zsh/zshrc: support displaying version control information inside prompt 0.3.35
Michael Prokop [Thu, 18 Oct 2007 08:24:19 +0000 (10:24 +0200)]
/etc/zsh/zshrc: support displaying version control information inside prompt

16 years agoAdded tag 0.3.34 for changeset 9c7533ab86e054b6dbd377e9f8698918fde4fa34
Michael Prokop [Sun, 14 Oct 2007 09:50:51 +0000 (11:50 +0200)]
Added tag 0.3.34 for changeset 9c7533ab86e054b6dbd377e9f8698918fde4fa34

16 years ago/etc/apt/grml/listbugs: support non-apt-show-versions 0.3.34
Michael Prokop [Sun, 14 Oct 2007 09:50:25 +0000 (11:50 +0200)]
/etc/apt/grml/listbugs: support non-apt-show-versions

16 years agoAdded tag 0.3.33 for changeset 5b8c6eeaa1b101ebee63bf63e864e304814dd8d7
Michael Prokop [Sat, 13 Oct 2007 23:01:44 +0000 (01:01 +0200)]
Added tag 0.3.33 for changeset 5b8c6eeaa1b101ebee63bf63e864e304814dd8d7

16 years agoRename /etc/apt/listbugs into /etc/apt/grml/listbugs 0.3.33
Michael Prokop [Sat, 13 Oct 2007 23:01:10 +0000 (01:01 +0200)]
Rename /etc/apt/listbugs into /etc/apt/grml/listbugs

16 years agoAdded tag 0.3.32 for changeset 4827014e83a627ee49e7a14fd6818fd0ccf9d174
Michael Prokop [Sat, 13 Oct 2007 22:24:04 +0000 (00:24 +0200)]
Added tag 0.3.32 for changeset 4827014e83a627ee49e7a14fd6818fd0ccf9d174

16 years agoAdd /etc/apt/listbugs 0.3.32
Michael Prokop [Sat, 13 Oct 2007 22:23:18 +0000 (00:23 +0200)]
Add /etc/apt/listbugs

16 years agoAdded tag 0.3.31 for changeset d234f7225408d8fe3f635b7fc6bfe085e9138d63
Michael Prokop [Sat, 6 Oct 2007 11:13:21 +0000 (13:13 +0200)]
Added tag 0.3.31 for changeset d234f7225408d8fe3f635b7fc6bfe085e9138d63

16 years agowodeb(): update URL 0.3.31
Michael Prokop [Fri, 5 Oct 2007 16:57:54 +0000 (18:57 +0200)]
wodeb(): update URL

16 years agogetskype(): make it compatible with final skype 1.4 version
Michael Prokop [Fri, 5 Oct 2007 16:46:52 +0000 (18:46 +0200)]
getskype(): make it compatible with final skype 1.4 version

16 years ago/etc/zsh/zshrc: added bk() to backup a file with iso time tagged
Michael Gebetsroither [Fri, 5 Oct 2007 00:47:35 +0000 (02:47 +0200)]
/etc/zsh/zshrc: added bk() to backup a file with iso time tagged

16 years agoAnother update of /etc/grml/screenrc_acpi
Michael Prokop [Fri, 28 Sep 2007 22:21:59 +0000 (00:21 +0200)]
Another update of /etc/grml/screenrc_acpi

16 years agoRestore original behaviour of screen config, add some more header information
Michael Prokop [Fri, 28 Sep 2007 22:14:29 +0000 (00:14 +0200)]
Restore original behaviour of screen config, add some more header information

16 years agoAdd /etc/grml/screenrc_generic; revert changes in caption/hardstatus switch
Michael Prokop [Fri, 28 Sep 2007 21:37:47 +0000 (23:37 +0200)]
Add /etc/grml/screenrc_generic; revert changes in caption/hardstatus switch

16 years ago/etc/grml/screenrc*: switch caption and hardstatus
Michael Prokop [Fri, 28 Sep 2007 21:21:36 +0000 (23:21 +0200)]
/etc/grml/screenrc*: switch caption and hardstatus

16 years ago/etc/grml/screenrc_acpi: fix usage of yacpi
Michael Prokop [Fri, 28 Sep 2007 21:14:45 +0000 (23:14 +0200)]
/etc/grml/screenrc_acpi: fix usage of yacpi

16 years agoExtend /etc/apt/hg-snapshot-script
Michael Prokop [Wed, 26 Sep 2007 20:52:30 +0000 (22:52 +0200)]
Extend /etc/apt/hg-snapshot-script

16 years agoAdded /etc/apt/apt.conf.example + /etc/apt/hg-snapshot-script
Michael Prokop [Wed, 26 Sep 2007 20:48:43 +0000 (22:48 +0200)]
Added /etc/apt/apt.conf.example + /etc/apt/hg-snapshot-script

16 years ago/etc/skel/.zshrc: use same pattern in function wikien as in wikide
Michael Prokop [Sun, 23 Sep 2007 14:48:01 +0000 (16:48 +0200)]
/etc/skel/.zshrc: use same pattern in function wikien as in wikide

16 years agoAdded tag 0.3.30 for changeset 65efc938378e6a68597761ddaba660868fb8d74f
Michael Prokop [Mon, 17 Sep 2007 21:40:41 +0000 (23:40 +0200)]
Added tag 0.3.30 for changeset 65efc938378e6a68597761ddaba660868fb8d74f

16 years ago/etc/grml/lsb-functions: another few bugfixes by ft (thanks) 0.3.30
Michael Prokop [Mon, 17 Sep 2007 21:39:33 +0000 (23:39 +0200)]
/etc/grml/lsb-functions: another few bugfixes by ft (thanks)

16 years agolsb-functions: stricter argument checks in some functions
Frank Terbeck [Mon, 17 Sep 2007 21:33:54 +0000 (23:33 +0200)]
lsb-functions: stricter argument checks in some functions

16 years agoAdded tag 0.3.29 for changeset 3a94e46993a76644accd96c578ea085f8f8e3218
Michael Prokop [Mon, 17 Sep 2007 17:11:21 +0000 (19:11 +0200)]
Added tag 0.3.29 for changeset 3a94e46993a76644accd96c578ea085f8f8e3218

16 years ago/etc/grml/lsb-functions: another bugfix 0.3.29
Michael Prokop [Mon, 17 Sep 2007 17:10:22 +0000 (19:10 +0200)]
/etc/grml/lsb-functions: another bugfix

16 years agolsb-functions: more $(( ... )) fixes
Frank Terbeck [Mon, 17 Sep 2007 16:41:49 +0000 (18:41 +0200)]
lsb-functions: more $(( ... )) fixes

16 years ago/etc/grml/lsb-functions: replace tab with spaces (thanks, ft)
Michael Prokop [Mon, 17 Sep 2007 16:34:01 +0000 (18:34 +0200)]
/etc/grml/lsb-functions: replace tab with spaces (thanks, ft)

16 years agoAdded tag 0.3.28 for changeset ac506923168491e7e59e939f958859eb5ff59928
Michael Prokop [Mon, 17 Sep 2007 16:23:28 +0000 (18:23 +0200)]
Added tag 0.3.28 for changeset ac506923168491e7e59e939f958859eb5ff59928