manpage added to debian installer

This commit is contained in:
lars 2006-04-30 00:31:40 +00:00
parent 69b9e6760a
commit b4507d7ec0
5 changed files with 3 additions and 4 deletions

2
debian/conffiles vendored
View File

@ -1,2 +0,0 @@
/etc/ezmlm-web/ezmlmwebrc
/etc/ezmlm-web/ezmlmwebrc.gnupg

1
debian/ezmlm-web.manpages vendored Normal file
View File

@ -0,0 +1 @@
man/ezmlm-web-make-suid.1

View File

@ -9,7 +9,7 @@
set -eu set -eu
EZMLM_WEB_SUID_WRAPPER=/usr/local/bin/ezmlm-web.wrapper EZMLM_WEB_SUID_WRAPPER=test/bin/ezmlm-web.wrapper
[ $(id -u) -ne 0 ] && [ $# -ne 1 ] && echo "Syntax (for non-root): $(basename $0) DESTINATION_FILE" >&2 && exit 1 [ $(id -u) -ne 0 ] && [ $# -ne 1 ] && echo "Syntax (for non-root): $(basename $0) DESTINATION_FILE" >&2 && exit 1
[ $(id -u) -eq 0 ] && [ $# -gt 2 -o $# -lt 1 ] && echo "Syntax (for root): $(basename $0) [USERNAME] DESTINATION_FILE" >&2 && exit 1 [ $(id -u) -eq 0 ] && [ $# -gt 2 -o $# -lt 1 ] && echo "Syntax (for root): $(basename $0) [USERNAME] DESTINATION_FILE" >&2 && exit 1

View File

@ -1 +1 @@
#define EZMLM_WEB_CGI "/usr/local/bin/ezmlm-web.cgi" #define EZMLM_WEB_CGI "test/bin/ezmlm-web.cgi"