blob: f88fcad2620d41e08df6ef3656fade6d9d4ab249 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
The FreeBSD FrontPage Extensions require that libcrypt.* be linked to the
libdescrypt.* libraries. This is due to a problem with the fpsrvadm.exe
program will create invaild MD5 passwords when libcrypt.* are linked to
the libscrypt.* libraries.
For this port to be usefull you need to install an Apache-Frontpage
enabled web server. Only the following ports/packages qualifies:
Ports:
www/apache13-fp >=1.3.20_1
or
www/mod_frontpage >=1.5.2 (DSO module, not from Microsoft)
Packages:
apache_fp >=1.3.20_1
or
mod_frontpage >=1.5.2 (DSO module, not from Microsoft)
|