Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=428d0d5e6ba590a804c6a363847d3598883f4290
commit 428d0d5e6ba590a804c6a363847d3598883f4290 Author: VMiklos <[EMAIL PROTECTED]> Date: Tue Sep 4 13:30:13 2007 +0200 screen-4.0.3-2-i686 added a README.Frugalware diff --git a/source/apps/screen/FrugalBuild b/source/apps/screen/FrugalBuild index 49936cf..77f4287 100644 --- a/source/apps/screen/FrugalBuild +++ b/source/apps/screen/FrugalBuild @@ -3,7 +3,7 @@ pkgname=screen pkgver=4.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="A full-screen window manager that multiplexes a physical terminal" url="http://www.gnu.org/software/screen/screen.html" pkgurl="http://ftp.uni-erlangen.de/pub/utilities/$pkgname" @@ -11,9 +11,10 @@ depends=('ncurses') groups=('apps') archs=('i686' 'x86_64') up2date="lynx -dump $pkgurl|grep -v 'doc'|grep 'screen-'|sort -n -r|grep -m1 '.tar.gz'|sed 's/.*-\(.*\).t.*/\1/'" -source=($pkgurl/$pkgname-$pkgver.tar.gz screen-4.0.3-nosuid.diff) +source=($pkgurl/$pkgname-$pkgver.tar.gz screen-4.0.3-nosuid.diff \ + README.Frugalware) +sha1sums=('7bc6e2f0959ffaae6f52d698c26c774e7dec3545' \ + '41890308184675c90cd528a206ce4117760188ca' \ + 'aee108ed81e41b3fd2e6d6d028a659fa7abd100a') Fconfopts="$Fconfopts --disable-pam" - # optimization OK -sha1sums=('7bc6e2f0959ffaae6f52d698c26c774e7dec3545' \ - '41890308184675c90cd528a206ce4117760188ca') diff --git a/source/apps/screen/README.Frugalware b/source/apps/screen/README.Frugalware new file mode 100644 index 0000000..b1b4265 --- /dev/null +++ b/source/apps/screen/README.Frugalware @@ -0,0 +1,22 @@ +=== Keeping your screen running across reboots + +You may want to restart your screen session automatically after a reboot. This +is the case, for example, when we seed the Frugalware ISOs using a torrent +client. Here is what you need: + +- Set up your `~/.screenrc` so that it'll start your application when screen + starts up: + +---- +screen -t seed 0 /bin/sh -c 'cd $HOME/frugalware-torrents; rtorrent' +---- + +- Run `crontab -e` and append the following line to your crontab: + +---- [EMAIL PROTECTED] screen -d -m +---- + +You're ready! + +// vim: ft=asciidoc _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
