Date: Wed, 15 Oct 2003 16:24:31 +0100 From: Lewis Thompson <purple@lewiz.net> To: ports@freebsd.org Subject: Kronolith problem. Message-ID: <20031015152431.GA78843@lewiz.org>
next in thread | raw e-mail | index | archive | help
--adJ1OR3c6QgCpb/j Content-Type: multipart/mixed; boundary="CdrF4e02JqNVZeln" Content-Disposition: inline --CdrF4e02JqNVZeln Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Just tried to install kronolith and got the following: =3D=3D=3D> Checking if deskutils/kronolith already installed =3D=3D=3D> Documentation installed in /usr/local/share/doc/kronolith. =3D=3D=3D> Creating /var/calendar =3D=3D=3D> Creating /usr/local/etc/mpasswd Please enter a password for www's calendar: FOOBAR /usr/local/bin/htpasswd: not found *** Error code 127 Stop in /usr/ports/deskutils/kronolith. lewiz@red /usr/ports/deskutils/kronolith # ht htdbm htdigest html.cmap html.sdata htpasswd httpd =20 lewiz@red /usr/ports/deskutils/kronolith # ht lewiz@red /usr/ports/deskutils/kronolith # which htpasswd /usr/local/sbin/htpasswd lewiz@red /usr/ports/deskutils/kronolith # This is pretty simple and I changed the stuff in the Makefile. Attached is a patch that reflects my changes (although it's really not required). I don't know if the changes will hold true for APACHE13. Best wishes, -lewiz. --=20 I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jab:lewiz@jabber.org | url:http://lewiz.net |- --CdrF4e02JqNVZeln Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="kronolith_makefile.patch" --- Makefile.old Thu Sep 18 15:07:08 2003 +++ Makefile Wed Oct 15 16:22:58 2003 @@ -92,13 +92,13 @@ ${ECHO_MSG} "===> Creating ${LOCALBASE}/etc/mpasswd" ; \ ${ECHO} -n "Please enter a password for www's calendar: " ; \ (read PASSCAL; \ - ${LOCALBASE}/bin/htpasswd -bc ${LOCALBASE}/etc/mpasswd www $${PASSCAL}; \ + ${LOCALBASE}/sbin/htpasswd -bc ${LOCALBASE}/etc/mpasswd www $${PASSCAL}; \ ${REINPLACE_CMD} -e "s:%%PASSCAL%%:$${PASSCAL}:" ${CONFDIR}/conf.php) \ elif ! ${GREP} -q -e "^www" ${LOCALBASE}/etc/mpasswd ; then \ ${ECHO_MSG} "===> Adding www into ${LOCALBASE}/etc/mpasswd" ; \ ${ECHO} -n "Please enter a password for www's calendar: " ; \ (read PASSCAL; \ - ${LOCALBASE}/bin/htpasswd -b ${LOCALBASE}/etc/mpasswd www $${PASSCAL} ; \ + ${LOCALBASE}/sbin/htpasswd -b ${LOCALBASE}/etc/mpasswd www $${PASSCAL} ; \ ${REINPLACE_CMD} -e "s:%%PASSCAL%%:$${PASSCAL}:" ${CONFDIR}/conf.php) \ else \ ${REINPLACE_CMD} -e "s:%%PASSCAL%%:www_cal_password:" ${CONFDIR}/conf.php ; \ --CdrF4e02JqNVZeln-- --adJ1OR3c6QgCpb/j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/jWavItq0KFQv7T8RAo9EAKDOkyZ/BEXLkP1uQu71oqgOz6HWtwCfWpvv RyXrJUyXiLH3APKTu+mG4jo= =Q+5v -----END PGP SIGNATURE----- --adJ1OR3c6QgCpb/j--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031015152431.GA78843>