5d01117aac
* release 1.1.28 * faxrec.c: replace "0"'s by "STDIN" (readability) * doc/mgetty.texi-in: some updates * doc/faxrunq.1in, doc/faxrunqd.8in: document calling convention changes (as below) * fax/faxrunq(d).in: pass (last) sendfax return code as 2nd argument to success/failure program * policy.h, utmp.c: incorporate some NetBSD changes * various: change time() prototype to "time_t time(time_t *tloc)" * mgetty.h, syslibs.h, logfile.c: some #ifdef fiddling for Darwin * doc/faxrunq.1in, doc/faxrunqd.8in: document more stuff * fax/faxrunq, fax/faxrunqd: don't run queue if a file $FAX_SPOOL_OUT/stop exists. * login.c: MAX_LOGIN_ARGS handling reworked (claimed N, but allowed only N-1), plus warning message improved. <Juergen.Kosel@gmx.de> * release 1.1.27 * doc/mgetty.texi-in: work on isdn4linux notes * cnd.c (cndtable): add swedish ZyXEL caller ID format (T. Lundgren) * cnd.c (cndtable): add "CALLED NUMBER:" (Jan Oberlaender/i4l) * various: adaptions to OpenBSD (similar to NetBSD) * mgetty.h: patch to adapt to Linux/S390 (PTR_IS_LONG) * frontends/www/: integrate new version from Neko
21 lines
646 B
Text
21 lines
646 B
Text
$NetBSD: patch-ac,v 1.3 2002/03/09 17:17:06 fredb Exp $
|
|
|
|
--- voice/Makefile.orig Sun Dec 23 09:08:13 2001
|
|
+++ voice/Makefile
|
|
@@ -92,11 +92,11 @@
|
|
$(INSTALL) -m 644 man/man1/zplay.1 $(MAN1DIR)
|
|
$(INSTALL) -m 644 man/man1/pvf.1 $(MAN1DIR)
|
|
$(INSTALL) -m 644 man/man8/vgetty.8 $(MAN8DIR)
|
|
- cd $(MAN1DIR); \
|
|
- for i in $(PVFTOOLS); \
|
|
- do \
|
|
- $(RM) -f $$i.1; $(LN) -s pvf.1 $$i.1; \
|
|
- done
|
|
+# cd $(MAN1DIR); \
|
|
+# for i in $(PVFTOOLS); \
|
|
+# do \
|
|
+# $(RM) -f $$i.1; $(LN) -s pvf.1 $$i.1; \
|
|
+# done
|
|
# [ -d $(VOICE_DIR) ] || mkdir $(VOICE_DIR)
|
|
# [ -d $(VOICE_DIR)/incoming ] || mkdir $(VOICE_DIR)/incoming
|
|
# chown 0 $(VOICE_DIR)/incoming
|