From adf933a308269419ba1aa1932dfd25d6822c7202 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 9 Sep 2007 00:16:47 +0200 Subject: [PATCH 01/16] Added blacklist tip --- debian/changelog | 6 ++++++ grml_tips | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7a02133..9e647eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-tips (0.4.7) unstable; urgency=low + + * Added blacklist tip. + + -- Michael Prokop Sun, 9 Sep 2007 00:16:28 +0200 + grml-tips (0.4.6) unstable; urgency=low * Added tips: diff --git a/grml_tips b/grml_tips index 7a0cb1d..f833472 100644 --- a/grml_tips +++ b/grml_tips @@ -2873,3 +2873,19 @@ Usage examples: % ipcalc 10.0.0.28 255.255.255.0 % ipcalc 10.0.0.0/24 -- +Blacklist a kernel module: + +# blacklist + +-> running 'blacklist hostap_cs' for example will generate an +entry like this in /etc/modprobe.d/grml: + +blacklist hostap_cs +alias hostap_cs off + +To remove the module from the blacklist again just invoke: + +# unblacklist + +or manually remove the entry from /etc/modprobe.d/grml. +-- -- 2.1.4 From 648773fdc8f8f062b1a781d20783d1e6e271afcb Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 13 Sep 2007 01:39:51 +0200 Subject: [PATCH 02/16] Apply patch-bomb by ft, thanks a lot --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index ac48ba9..cfe0b7b 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Michael Prokop Build-Depends: debhelper (>= 4.0.0) Standards-Version: 3.7.2 +Homepage: http://hg.grml.org/grml-tips XS-Vcs-hg: http://hg.grml.org/grml-tips XS-Vcs-Browser: http://hg.grml.org/grml-tips -- 2.1.4 From 7b5cf8c26f8b3dadf2a9d612928db0d438028421 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 22 Sep 2007 14:55:22 +0200 Subject: [PATCH 03/16] Added dh-make-perl tip --- debian/changelog | 8 ++------ grml_tips | 4 ++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9e647eb..d794d3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,11 @@ -grml-tips (0.4.7) unstable; urgency=low - - * Added blacklist tip. - - -- Michael Prokop Sun, 9 Sep 2007 00:16:28 +0200 - grml-tips (0.4.6) unstable; urgency=low * Added tips: - Create netboot package for grml-terminalserver - Rotate pictures - Calculate network / netmask + - Blacklist tip. + - Create Debian package of perl module. -- Michael Prokop Sat, 18 Aug 2007 23:48:05 +0200 diff --git a/grml_tips b/grml_tips index f833472..d497654 100644 --- a/grml_tips +++ b/grml_tips @@ -2889,3 +2889,7 @@ To remove the module from the blacklist again just invoke: or manually remove the entry from /etc/modprobe.d/grml. -- +Create a Debian package of a perl module: + +% dh-make-perl --cpan Acme::Smirch --build +-- -- 2.1.4 From cb64196a333a23534591904a2be96469acd6dd2e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 23 Sep 2007 12:29:17 +0200 Subject: [PATCH 04/16] Add SysRq Keys, Memcheck/memtest --- debian/changelog | 6 ++++-- grml_tips | 39 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 42 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d794d3f..0bb6aac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ grml-tips (0.4.6) unstable; urgency=low - Create netboot package for grml-terminalserver - Rotate pictures - Calculate network / netmask - - Blacklist tip. - - Create Debian package of perl module. + - Blacklist tip + - Create Debian package of perl module + - SysRq Keys + - Memcheck/memtest -- Michael Prokop Sat, 18 Aug 2007 23:48:05 +0200 diff --git a/grml_tips b/grml_tips index d497654..225862e 100644 --- a/grml_tips +++ b/grml_tips @@ -657,7 +657,7 @@ to get a list of all supported trees -- Transfer your SSH public key to another host: -% ssh-keygen # if you don't have a key yet +% ssh-keygen # ssh-keygen / ssh-key-gen: if you don't have a key yet [...] % ssh-copy-id -i ~/.ssh/id_rsa.pub user@remote-system or @@ -2847,6 +2847,12 @@ Create netboot package for grml-terminalserver: # sh /usr/share/doc/grml-terminalserver/examples/create-netboot -- +To boot grml via network (PXE) check out grml-terminalserver: + +# grml-terminalserver + +See http://grml.org/terminalserver/ for more details. +-- Rotate pictures: Using the 'Orientation' tag of the Exif header, rotate @@ -2893,3 +2899,34 @@ Create a Debian package of a perl module: % dh-make-perl --cpan Acme::Smirch --build -- +The Magic SysRq Keys (SysReq or Sys Req, short for System Request): + +To reboot your system using the SysRq keys just hold down the Alt and +SysRq (Print Screen) key while pressing the keys REISUB ("Raising +Elephants Is So Utterly Boring"). + +R = take the keyboard out of raw mode +E = terminates all processes (except init) +I = kills all processes (except init) +S = synchronizes the disk(s) +U = remounts all filesystems read-only +B = reboot the system + +Notice: use O instead of B for poweroff. + +Or write the sequence to /proc/sysrq-trigger instead: + +# for i in r e i s u b ; do echo $i > /proc/sysrq-trigger ; done + +To enable or disable SysRq calls: + +# echo 0 > /proc/sys/kernel/sysrq +# echo 1 > /proc/sys/kernel/sysrq + +See http://en.wikipedia.org/wiki/Magic_SysRq_key for more details. +-- +Memtest / memcheck: + +Just boot your grml Live-CD with "memtest" to execute a memcheck/memtest +with Memtest86+. +-- -- 2.1.4 From e03557abaf280f10c72468f6a9a7576fd727fc58 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 23 Sep 2007 12:36:25 +0200 Subject: [PATCH 05/16] Added tag 0.4.6 for changeset 3ed2462e7117bf8280b068411c1d037ae560f66f --- .hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags b/.hgtags index a8c5e50..ae944cc 100644 --- a/.hgtags +++ b/.hgtags @@ -24,3 +24,4 @@ c6a47f496d39a861e4b3cc89bb5beb437e5d02a2 0.4.2 e420e47b68f40bc567c2806b7ff9df9732d13dd9 0.4.3 f8d7a6c0a513b2c14db75e7472e3dfd8fa6e9e89 0.4.4 e1ed5f05b2087396cc7ef185b8310d3eab62c8e3 0.4.5 +3ed2462e7117bf8280b068411c1d037ae560f66f 0.4.6 -- 2.1.4 From 554b79e05aafbbb54c96c8b135a65ad81a2a4059 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 30 Sep 2007 17:27:37 +0200 Subject: [PATCH 06/16] Added dns2tcp [thanks, Moritz Augsburger!] --- debian/changelog | 7 +++++++ grml_tips | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0bb6aac..f2ce4e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-tips (0.4.7) unstable; urgency=low + + * Added tips: + - dns2tcp [thanks, Moritz Augsburger!] + + -- Michael Prokop Sun, 30 Sep 2007 17:27:18 +0200 + grml-tips (0.4.6) unstable; urgency=low * Added tips: diff --git a/grml_tips b/grml_tips index 225862e..c38d67b 100644 --- a/grml_tips +++ b/grml_tips @@ -2930,3 +2930,52 @@ Memtest / memcheck: Just boot your grml Live-CD with "memtest" to execute a memcheck/memtest with Memtest86+. -- +Tunnel TCP-Traffic through DNS using dns2tcp: + +Server-side: +~~~~~~~~~~~~ +1. Create necessary DNS-Records: +dnstun.example.com. 3600 IN NS host.example.com. +dnstun.example.com. 3600 IN A 192.168.1.1 +host.example.com. 3600 IN A 192.168.1.1 + +2. Configure dns2tcpd on host.example.com.: +# cat /etc/dns2tcpd.conf +listen = 192.168.1.1 #the ip dnstun should listen on +port = 53 #" port " " " " +user = nobody +chroot = /tmp +domain = dnstun.example.com. # the zone as specified inside dns +ressources = ssh:127.0.0.1:22 # available resources + +3. Start the daemon: +# cat > /etc/default/dns2tcp << EOF +# Set ENABLED to 1 if you want the init script to start dns2tcpd. +ENABLED=1 +USER=nobody +EOF +# /etc/init.d/dns2tcp start + +Client-side: +~~~~~~~~~~~~ +You have two possibilities: +- Use the DNS inside your network (DNS must allow resolving for external domains) +# grep nameserver /etc/resolv.conf +nameserver 172.16.42.1 +# dns2tcpc -z dnstun.example.com 172.16.42.1 +Available connection(s) : + ssh +# dns2tcpc -r ssh -l 2222 -z dnstun.example.com 172.16.42.1 & +Listenning on port : 2222 +# ssh localhost -p 2222 +user@host.example.com:~# + +- Directly contact the endpoint (port 53 UDP must be allowed outgoing) +# dns2tcpc -z dnstun.example.com dnstun.example.com +Available connection(s) : + ssh +# dns2tcpc -r ssh -l 2222 -z dnstun.example.com dnstun.example.com & +Listenning on port : 2222 +# ssh localhost -p 2222 +user@host.example.com:~# +-- -- 2.1.4 From c6d9f7c7aeb21af70894983eab78009744f081da Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 30 Sep 2007 17:35:37 +0200 Subject: [PATCH 07/16] Small addong and typo fix for dns2tcp tip --- grml_tips | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/grml_tips b/grml_tips index c38d67b..ba9cbeb 100644 --- a/grml_tips +++ b/grml_tips @@ -2966,7 +2966,7 @@ nameserver 172.16.42.1 Available connection(s) : ssh # dns2tcpc -r ssh -l 2222 -z dnstun.example.com 172.16.42.1 & -Listenning on port : 2222 +Listening on port : 2222 # ssh localhost -p 2222 user@host.example.com:~# @@ -2978,4 +2978,7 @@ Available connection(s) : Listenning on port : 2222 # ssh localhost -p 2222 user@host.example.com:~# + +Notice: using 'ssh -D 8080 ..' you will get a socks5-proxy listening on +localhost:8080 which you can use to tunnel everything through your "dns-uplink". -- -- 2.1.4 From 250a5184541b90358179cd6494d61aa47c749928 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Tue, 2 Oct 2007 13:35:29 +0200 Subject: [PATCH 08/16] Added Configure a MadWifi device for adhoc mode --- debian/changelog | 7 ++++++- grml_tips | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f2ce4e7..1bd596f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ grml-tips (0.4.7) unstable; urgency=low + [ Michael Prokop ] * Added tips: - dns2tcp [thanks, Moritz Augsburger!] - -- Michael Prokop Sun, 30 Sep 2007 17:27:18 +0200 + [ Michael Gebetsroither ] + * Added tips: + - Configure a MadWifi device for adhoc mode + + -- Michael Gebetsroither Tue, 02 Oct 2007 13:32:27 +0200 grml-tips (0.4.6) unstable; urgency=low diff --git a/grml_tips b/grml_tips index ba9cbeb..4546d3c 100644 --- a/grml_tips +++ b/grml_tips @@ -2982,3 +2982,22 @@ user@host.example.com:~# Notice: using 'ssh -D 8080 ..' you will get a socks5-proxy listening on localhost:8080 which you can use to tunnel everything through your "dns-uplink". -- +Configure a MadWifi device for adhoc mode: + +Disable the autocreation of athX devices: +# echo "options ath_pci autocreate=none" > /etc/modprobe.d/madwifi + +Remove the autocreated device for now: +# wlanconfig ath0 destroy + +Configuration in /etc/network/interfaces: + +iface ath0 inet static + madwifi-base wifi0 + madwifi-mode adhoc + ... + +Hints: + - Do not use interface names without ending 0 (otherwise startup fails). + - Only chooss unique names for interfaces. +-- -- 2.1.4 From 8c5e9082ffa6acdde2322529133b89541a5dc75d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 2 Oct 2007 14:48:43 +0200 Subject: [PATCH 09/16] Fix typo --- grml_tips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grml_tips b/grml_tips index ba9cbeb..5a12dca 100644 --- a/grml_tips +++ b/grml_tips @@ -2941,7 +2941,7 @@ host.example.com. 3600 IN A 192.168.1.1 2. Configure dns2tcpd on host.example.com.: # cat /etc/dns2tcpd.conf -listen = 192.168.1.1 #the ip dnstun should listen on +listen = 192.168.1.1 #the ip dns2tcpd should listen on port = 53 #" port " " " " user = nobody chroot = /tmp -- 2.1.4 From 42d529ed4951169521e868ba6bd35abc70de8c1a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 4 Oct 2007 09:43:25 +0200 Subject: [PATCH 10/16] extend openssl tip --- debian/changelog | 1 + grml_tips | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1bd596f..4cea1b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ grml-tips (0.4.7) unstable; urgency=low [ Michael Prokop ] * Added tips: - dns2tcp [thanks, Moritz Augsburger!] + - extend openssl tip [ Michael Gebetsroither ] * Added tips: diff --git a/grml_tips b/grml_tips index f901a3b..66f46a5 100644 --- a/grml_tips +++ b/grml_tips @@ -2651,7 +2651,8 @@ See: man grml-terminalserver + http://grml.org/terminalserver/ -- Debugging SSL communications: -% openssl s_client -connect server.adress:993 +% openssl s_client -connect server.adress:993 > output_file +% openssl x509 -noout -text -in output_file or -- 2.1.4 From b90b7d7c4405083bf772a1c67e68760cb72fb5ac Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 5 Oct 2007 18:59:20 +0200 Subject: [PATCH 11/16] extend gcom tip --- debian/changelog | 1 + grml_tips | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4cea1b2..273aaef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ grml-tips (0.4.7) unstable; urgency=low * Added tips: - dns2tcp [thanks, Moritz Augsburger!] - extend openssl tip + - extend gcom tip [ Michael Gebetsroither ] * Added tips: diff --git a/grml_tips b/grml_tips index 66f46a5..9972eef 100644 --- a/grml_tips +++ b/grml_tips @@ -1311,6 +1311,10 @@ product ID when loading the usbserial module. Usage example: Bus 004 Device 008: ID 1199:6813 Sierra Wireless, Inc. # modprobe usbserial vendor=0x1199 product=0x6813 + +To get a list of available providers execute: + +# gcom -s -d /dev/ttyUSB0 /usr/share/doc/gcom/examples/operator -- hdparm - get/set hard disk parameters -- 2.1.4 From 17d10f09c7f6ad8c358d5e3ca3a4e69be4e28448 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 6 Oct 2007 12:40:49 +0200 Subject: [PATCH 12/16] Add tip: find dangling symlinks using zsh --- debian/changelog | 1 + grml_tips | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 273aaef..821ce98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ grml-tips (0.4.7) unstable; urgency=low - dns2tcp [thanks, Moritz Augsburger!] - extend openssl tip - extend gcom tip + - find dangling symlinks using zsh [ Michael Gebetsroither ] * Added tips: diff --git a/grml_tips b/grml_tips index 9972eef..636f6b2 100644 --- a/grml_tips +++ b/grml_tips @@ -3006,3 +3006,6 @@ Hints: - Do not use interface names without ending 0 (otherwise startup fails). - Only chooss unique names for interfaces. -- +Find dangling symlinks using zsh: + +% ls **/*(-@) -- 2.1.4 From b218520358b095185ad55d20bf2aa451cc67efa6 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Fri, 26 Oct 2007 21:18:43 +0000 Subject: [PATCH 13/16] Add tip: approx with runit supervision --- debian/changelog | 3 ++- grml_tips | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 821ce98..bfe87b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,9 @@ grml-tips (0.4.7) unstable; urgency=low [ Michael Gebetsroither ] * Added tips: - Configure a MadWifi device for adhoc mode + - approx with runit supervision - -- Michael Gebetsroither Tue, 02 Oct 2007 13:32:27 +0200 + -- Michael Gebetsroither Fri, 26 Oct 2007 21:15:37 +0000 grml-tips (0.4.6) unstable; urgency=low diff --git a/grml_tips b/grml_tips index 636f6b2..f8db64c 100644 --- a/grml_tips +++ b/grml_tips @@ -3009,3 +3009,39 @@ Hints: Find dangling symlinks using zsh: % ls **/*(-@) +-- +approx with runit supervision + +# apt-get install approx runit + +Add user approxlog for the logging daemon +# adduser --system --home /nonexistent --no-create-home approxlog + +Create config directory +# mkdir /etc/sv/approx + +Use /var/run/sv.approx as supervise directories +# ln -s /var/run/sv.approx /etc/sv/approx/supervise + +# cat /etc/sv/approx/run +# #!/bin/sh +echo 'approx starting' +exec approx -f 2>&1 + +You normally do not need a logging service for approx, because it loggs +to syslog too. So just for completion. +# mkdir -p /etc/sv/approx/log +# ln -s /var/run/sv.approx.log /etc/sv/approx/log/supervise +# cat /etc/sv/approx/log/run +#!/bin/sh +set -e +LOG="/var/log/approx" +test -d "$LOG" || mkdir -p -m2750 "$LOG" && chown approxlog:adm "$LOG" +exec chpst -uapproxlog svlogd -tt -v "$LOG" + +Now activate the new approx service (will be started within 5s) +# ln -s /etc/sv/approx/ /var/service/ + +Make the runit managed approx available with init-script interface. +# dpkg-divert --local --rename /etc/init.d/approx +# ln -s /usr/bin/sv /etc/init.d/approx -- 2.1.4 From 540a674d23e4a8ea690f2f8bc12a525fa52961c8 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 27 Oct 2007 19:34:51 +0200 Subject: [PATCH 14/16] Added remote-reboot via SysRQ, update of approx/runit --- debian/changelog | 1 + grml_tips | 34 +++++++++++++++++++++++----------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index bfe87b2..2e3c45e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ grml-tips (0.4.7) unstable; urgency=low - extend openssl tip - extend gcom tip - find dangling symlinks using zsh + - remote-reboot via SysRQ [ Michael Gebetsroither ] * Added tips: diff --git a/grml_tips b/grml_tips index f8db64c..5cce08e 100644 --- a/grml_tips +++ b/grml_tips @@ -3010,38 +3010,50 @@ Find dangling symlinks using zsh: % ls **/*(-@) -- -approx with runit supervision +Use approx with runit supervision +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Install the packages: # apt-get install approx runit -Add user approxlog for the logging daemon +Add user approxlog for the logging daemon: # adduser --system --home /nonexistent --no-create-home approxlog -Create config directory +Create config directory: # mkdir /etc/sv/approx -Use /var/run/sv.approx as supervise directories +Use /var/run/sv.approx as supervise directory: # ln -s /var/run/sv.approx /etc/sv/approx/supervise -# cat /etc/sv/approx/run -# #!/bin/sh +# cat > /etc/sv/approx/run << EOF +#!/bin/sh echo 'approx starting' exec approx -f 2>&1 +EOF -You normally do not need a logging service for approx, because it loggs -to syslog too. So just for completion. +You normally do not need a logging service for approx because it logs +to syslog too. So just for completion: # mkdir -p /etc/sv/approx/log # ln -s /var/run/sv.approx.log /etc/sv/approx/log/supervise -# cat /etc/sv/approx/log/run +# cat > /etc/sv/approx/log/run << EOF #!/bin/sh set -e LOG="/var/log/approx" test -d "$LOG" || mkdir -p -m2750 "$LOG" && chown approxlog:adm "$LOG" exec chpst -uapproxlog svlogd -tt -v "$LOG" +EOF -Now activate the new approx service (will be started within 5s) +Now activate the new approx service (will be started within 5s): # ln -s /etc/sv/approx/ /var/service/ -Make the runit managed approx available with init-script interface. +Make approx managed via runit available via init-script interface: # dpkg-divert --local --rename /etc/init.d/approx # ln -s /usr/bin/sv /etc/init.d/approx +-- +Remote-reboot a grml system using SysRQ via /proc (execute as root): + +eject &>/dev/null +umount -l /cdrom +eject /dev/cdrom +echo b > /proc/sysrq-trigger +-- -- 2.1.4 From 570574686735940a520968f0480e294933d4b4ef Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 27 Oct 2007 19:35:10 +0200 Subject: [PATCH 15/16] Added tag 0.4.7 for changeset d32898fca1449a8b0e0b8b6739be6bccf1fef43b --- .hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags b/.hgtags index ae944cc..3ae0f10 100644 --- a/.hgtags +++ b/.hgtags @@ -25,3 +25,4 @@ e420e47b68f40bc567c2806b7ff9df9732d13dd9 0.4.3 f8d7a6c0a513b2c14db75e7472e3dfd8fa6e9e89 0.4.4 e1ed5f05b2087396cc7ef185b8310d3eab62c8e3 0.4.5 3ed2462e7117bf8280b068411c1d037ae560f66f 0.4.6 +d32898fca1449a8b0e0b8b6739be6bccf1fef43b 0.4.7 -- 2.1.4 From d49ddcb62293ae75b9ec114bd43f06d330d614e3 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 3 Nov 2007 00:30:10 +0100 Subject: [PATCH 16/16] Add libwww-perl to depends --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2e3c45e..7bd41d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-tips (0.4.8) unstable; urgency=low + + * Add libwww-perl to depends. + + -- Michael Prokop Sat, 03 Nov 2007 00:29:58 +0100 + grml-tips (0.4.7) unstable; urgency=low [ Michael Prokop ] diff --git a/debian/control b/debian/control index cfe0b7b..59b26a7 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ XS-Vcs-Browser: http://hg.grml.org/grml-tips Package: grml-tips Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, libwww-perl Description: search for tips and hints via a keyword The provided script grml-tips queries a signature file for a specific keyword and displays results on stdout. -- 2.1.4