libunwind: update to 1.8.1
[openadk.git] / package / openssh / files / openssh-server.postinst
blobe398f5871b979f73af6f40eb07937ee50a4d5efc
1 #!/bin/sh
2 . $IPKG_INSTROOT/etc/functions.sh
3 add_user sshd $(get_next_uid) $(get_next_gid) /var/run/sshd
4 add_group sshd $(get_next_gid)
5 add_rcconf openssh NO