Search Criteria
Package Details: fortunelock 0.1.2-3
Git Clone URL: | https://aur.archlinux.org/fortunelock.git (read-only, click to copy) |
---|---|
Package Base: | fortunelock |
Description: | A simple, program to lock a terminal while showing fortunes. |
Upstream URL: | http://www.freshports.org/sysutils/fortunelock/ |
Licenses: | |
Submitter: | Allan |
Maintainer: | keenerd |
Last Packager: | keenerd |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2008-12-28 12:21 |
Last Updated: | 2015-06-13 04:09 |
Latest Comments
Anonymous comment on 2012-06-13 14:45
This is a fun package, but I find the default 3 seconds timeout too short to read the fortunes. Here is a simple “ patch ”, add this line to the PKGBUILD in the build() function, right after the “ cd ” line and just before the “ make ” line, to change this to 10 seconds instead (or to an arbitrary lenght of you choosing) :
sed -i 's/timeout.tv_sec = 3/timeout.tv_sec = 10/' fortunelock.c