diff --git a/makedebian.pl b/makedebian.pl index 4376ba5df..6d7fb2b02 100755 --- a/makedebian.pl +++ b/makedebian.pl @@ -67,7 +67,7 @@ system("gunzip -c tarballs/$product-$ver.tar.gz | (cd $tmp_dir ; tar xf -)") && die "un-tar failed!"; system("mv $tmp_dir/$product-$ver/* $usr_dir"); rmdir("$tmp_dir/$product-$ver"); -system("mv $usr_dir/$baseproduct-pam $pam_file"); +system("mv $usr_dir/$baseproduct-debian-pam $pam_file"); system("cd $usr_dir && (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl /usr/bin/perl -"); system("cd $usr_dir && rm -f mount/freebsd-mounts*"); system("cd $usr_dir && rm -f mount/openbsd-mounts*"); diff --git a/makedist.pl b/makedist.pl index dc971a69b..068019d49 100755 --- a/makedist.pl +++ b/makedist.pl @@ -31,7 +31,7 @@ $zipdir = "zips"; "install-module.pl", "LICENCE.ja", "favicon.ico", "config-netbsd", "fastrpc.cgi", "defaulttheme", "feedback.cgi", "feedback_form.cgi", - "javascript-lib.pl", "webmin-pam", "maketemp.pl", + "javascript-lib.pl", "webmin-pam", "webmin-debian-pam", "maketemp.pl", "run-uninstalls.pl", "webmin-gentoo-init", "run-postinstalls.pl", "config-lib.pl", "entities_map.txt", "ui-lib.pl", diff --git a/version b/version index 9bf49aecc..17e178852 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.485 +1.488 diff --git a/webmin-debian-pam b/webmin-debian-pam new file mode 100644 index 000000000..d7e1ddc55 --- /dev/null +++ b/webmin-debian-pam @@ -0,0 +1,5 @@ +#%PAM-1.0 +@include common-auth +@include common-account +@include common-password +@include common-session