Ticket #551 (closed defect: fixed)
Opened 4 years ago
Last modified 4 years ago
[OpenSSH] fix notification in sshd_keymaker.sh
| Reported by: | diver | Owned by: | scottmc |
|---|---|---|---|
| Priority: | normal | Milestone: | Haiku Optional Packages |
| Component: | net-misc/openssh | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
c.f. http://www.freelists.org/post/haiku-commits/r43153-haikutrunkdatacommonbootpost-install
Basically what needs to be done is to replace:
notify --type progress --app ssh-keygen
with
notify --type progress --group ssh-keygen
in sshd_keymaker.sh script
Change History
comment:1 Changed 4 years ago by scottmc
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by scottmc
Added to Haiku here:
http://cgit.haiku-os.org/haiku/commit/?id=64e63a6
Note: See
TracTickets for help on using
tickets.

Fixed in r1793.