Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
DRBD 0.7.17
KERNEL 2.4.32 SMP
Hi,
I note a make install problem on documentation dir:
`drbdsetup.8' -> `/usr/share/man/man8/drbdsetup.8'
`drbd.conf.5' -> `/usr/share/man/man5/drbd.conf.5'
`drbd.8' -> `/usr/share/man/man8/drbd.8'
`drbdadm.8' -> `/usr/share/man/man8/drbdadm.8'
`drbddisk.8' -> `/usr/share/man/man8/drbddisk.8'
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `set -e; for i in ; do make -C $i install; done'
make: *** [install] Error 2
I had to comment line n. 141 into documentation/Makefile file.
In this way I have all documentation installed correctly.
Alessandro