From d7ca018ebb0f2799c9cdb03567148e38f5db0b1a Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Fri, 18 Aug 2017 10:27:31 +0100 Subject: add ssh server and fix script name --- debian/boca-submission-tools.postinst | 5 +++++ debian/control | 2 +- debian/maratona-submission-tools.postinst | 5 ----- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 debian/boca-submission-tools.postinst delete mode 100644 debian/maratona-submission-tools.postinst diff --git a/debian/boca-submission-tools.postinst b/debian/boca-submission-tools.postinst new file mode 100644 index 0000000..99505c8 --- /dev/null +++ b/debian/boca-submission-tools.postinst @@ -0,0 +1,5 @@ +#!/bin/bash + +#Make sure wrapper is suid +chmod 4555 /usr/bin/boca-submit-run-root-wrapper + diff --git a/debian/control b/debian/control index b4c3690..e1fbb60 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Description: BOCA is a software created to control a contest with the ACM ICPC r Package: boca-submission-tools Architecture: amd64 -Depends: sharutils, wget, coreutils, libany-uri-escape-perl, openssl +Depends: sharutils, wget, coreutils, libany-uri-escape-perl, openssl, openssh-server Description: BOCA submission tools. This package provides tools to submit codes to a running boca server without using the web interface. diff --git a/debian/maratona-submission-tools.postinst b/debian/maratona-submission-tools.postinst deleted file mode 100644 index 99505c8..0000000 --- a/debian/maratona-submission-tools.postinst +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -#Make sure wrapper is suid -chmod 4555 /usr/bin/boca-submit-run-root-wrapper - -- cgit v1.2.3