I hereby claim:
- I am gedge on github.
- I am gedge (https://keybase.io/gedge) on keybase.
- I have a public key ASCUAnsgEv7vR7xhqKDBjHzbsq9CkxbKr7nXpqa2zwhb6Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| bind k focus up | |
| bind b focus bottom | |
| startup_message off | |
| autodetach on | |
| zombie " !" | |
| deflogin off | |
| defmonitor on | |
| defscrollback 40000 | |
| hardcopy_append on | |
| defutf8 on |
| #compdef govendor | |
| _govendor_arg1() { | |
| govendor 2>&1 | perl -nE 'if(/^Sub-Commands/i.../^S/ and not $done){ if (/^\t(\S+)\s/) { say $1; $c++; } elsif ($c and /^$/) {$done++}}' | |
| } | |
| _govendor() { | |
| local curcontext="$curcontext" state line | |
| typeset -A opt_args |
| --- /usr/local/etc/rc.d/sshguard.20140410070059 2014-04-09 06:24:18.058805000 +0100 | |
| +++ /usr/local/etc/rc.d/sshguard 2014-04-10 07:41:48.205562862 +0100 | |
| @@ -74,20 +74,23 @@ | |
| : ${sshguard_whitelistfile="/usr/local/etc/sshguard.whitelist"} | |
| : ${sshguard_watch_logs="/var/log/auth.log:/var/log/maillog"} | |
| -pidfile=${sshguard_pidfile:-"/var/run/${name}.pid"} | |
| +sshguard_pidfile=${sshguard_pidfile:-"/var/run/${name}.pid"} | |
| command="/usr/sbin/daemon" |