Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/openssh: modernize runscript | Jakub Jirutka | 2018-04-12 | 1 | -38/+48 |
| | |||||
* | main/openssh: Fix pid dir expectation in confd and initd files. | Przemyslaw Pawelczyk | 2016-08-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 71eb72d62425082850604f526dbcbfdcf2808c31 (2016-03-13, pre-v3.4) openssh is build with pid dir explicitly set to /run. The change was not reflected in sshd.confd or sshd.initd, though, and sadly not even in the commit message. (Before it was set implicitly to /var/run.) /var/run and /run semantics are the same, but AL does not truly guarantee (at least yet) that the first is symlinked to the latter (which is a common practice among Linux distributions nowadays, where /run is tmpfs mounted very early - in AL openrc's init.sh does that). alpine-baselayout package simply has run and var/run directories and they are not related in any way from the package point of view. Unless you create such symlink yourself or it is created via openrc's boot service bootmisc (performing /var/run -> /run migration and some other stuff), you cannot use /var/run/ and /run/ paths interchangeably. The patch should be applied to 3.4-stable branch too (without changing pkgver used there and with proper pkgrel increment, of course). I was seeing false crashed state next to sshd in rc-status after upgrading AL from 3.3 to 3.4 on machine where bootmisc is not used. (I don't think it's a grave enough lack to warrant patch rejection.) | ||||
* | main/openssh: Added description to init.d script | Daniele Coli | 2015-10-22 | 1 | -0/+4 |
| | |||||
* | main/openssh: add support for disable keygen | Natanael Copa | 2015-05-21 | 1 | -33/+34 |
| | | | | | | | | | Add support for SSHD_DISABLE_KEYGEN in /etc/conf.d/sshd to make it possible disable host key generation at startup. Also sync with gentoo's init.d script fixes #4171 | ||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | main/openssh: generate ed25519 host key | Eivind Uggedal | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | main/openssh: fix init.d script | Natanael Copa | 2012-01-19 | 1 | -14/+15 |
| | | | | | - properly kill established ssh connections on shutdown - do not use $opts in init.d script. ref #943 | ||||
* | main/openssh: do not try kill nonexisting sshd session on shutdown | Natanael Copa | 2011-10-21 | 1 | -1/+3 |
| | | | | | Fixes the error message on shutdown: sh: you need to specify whom to kill | ||||
* | main/openssh: drop connections on reboot/halt | Matt Smith | 2011-03-31 | 1 | -0/+7 |
| | |||||
* | main/openssh: generate ecdsa host key | Natanael Copa | 2011-02-26 | 1 | -15/+19 |
| | |||||
* | main/openssh: start service after firewall | Natanael Copa | 2009-09-15 | 1 | -0/+1 |
| | |||||
* | move core/* to main/ | Natanael Copa | 2009-07-23 | 1 | -0/+80 |
added maintainer to several packages as well |