diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-05-06 01:11:02 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-09 09:18:42 +0000 |
commit | ffebc4c48b3f06112d4e65cd5e80646a78a08f3b (patch) | |
tree | d68b7733b40111126e3eb40f78457a92fa5a6740 /testing/mysecureshell/mysecureshell.post-install | |
parent | d37d8fe99be7e138bfc24144d24200e8e1e9ed3f (diff) | |
download | aports-ffebc4c48b3f06112d4e65cd5e80646a78a08f3b.tar.bz2 aports-ffebc4c48b3f06112d4e65cd5e80646a78a08f3b.tar.xz |
testing/mysecureshell: new abuild
https://github.com/mysecureshell/mysecureshell
A solution which has been made to bring more features to sftp/scp protocol given by OpenSSH.
Diffstat (limited to 'testing/mysecureshell/mysecureshell.post-install')
-rw-r--r-- | testing/mysecureshell/mysecureshell.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/mysecureshell/mysecureshell.post-install b/testing/mysecureshell/mysecureshell.post-install new file mode 100644 index 0000000000..57ede0fa63 --- /dev/null +++ b/testing/mysecureshell/mysecureshell.post-install @@ -0,0 +1,3 @@ +#!/bin/sh +add-shell '/usr/bin/mysecureshell' +exit 0 |