head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.24 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.22 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.20 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.18 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.16 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.14 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.12 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.10 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.8 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.6 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2023.04.24.17.38.00; author schmonz; state Exp; branches; next ; commitid qcHF012bPe7dZnmE; desc @@ 1.1 log @Add checkpw: Password-checking tools for password files in Maildir checkpw is a simple and flexible checkpassword interface package. checkpw checks password which is stored in a file in the Maildir directory. The file has read and write permissions to the user only. checkpw checks real user's password. - checkpw allows POP authentication. - checkapoppw allows APOP authentication. - Multiple maildirs per POP3 user are supported. - Multiple password per maildir are supported. Before invoking following program, checkpw and checkapoppw set up $USER, $EXT, $HOME, $SHELL, its supplementary groups, its gid, its uid, and its working directory. @ text @$NetBSD$ DESTDIR support. --- Makefile.orig 2001-06-05 03:08:46.000000000 +0000 +++ Makefile @@@@ -69,6 +69,14 @@@@ selectcheckpw: warn-auto.sh selectcheckp > selectcheckpw chmod 755 selectcheckpw +auto_destdir.c: \ +auto-str conf-destdir + ./auto-str auto_home `head -1 conf-destdir` > auto_destdir.c + +auto_destdir.o: \ +compile auto_destdir.c + ./compile auto_destdir.c + auto_home.c: auto-str conf-home ./auto-str auto_home `head -1 conf-home` > auto_home.c @@@@ -364,8 +372,8 @@@@ byte_diff.c \ byte.h ./compile byte_diff.c -install: load install.o hier.o auto_home.o unix.a byte.a - ./load install hier.o auto_home.o unix.a byte.a +install: load install.o hier.o auto_destdir.o unix.a byte.a + ./load install hier.o auto_destdir.o unix.a byte.a auto-int8.o: compile \ auto-int8.c \ @@@@ -387,8 +395,8 @@@@ install.c \ buffer.h strerr.h error.h open.h readwrite.h exit.h ./compile install.c -instcheck: load instcheck.o hier.o auto_home.o unix.a byte.a - ./load instcheck hier.o auto_home.o unix.a byte.a +instcheck: load instcheck.o hier.o auto_destdir.o unix.a byte.a + ./load instcheck hier.o auto_destdir.o unix.a byte.a str_chr.o: compile \ str_chr.c \ @