Group and user aren't created
Status: Alpha
Brought to you by:
flip
Version: cvsd-0.8b1
Build Environment: RHL-6.2 w/ updates
Problem:
The user: and group: methods in the Makefile are never run by install, thus breaking the install on new, clean machines
Solution: (One of many)
Add the following to Makefile
install-new: group user install
Duh.. I didn't remember that in the docs.. It's there, you have to run them by hand ;(
Still, the premise stands that there should be an install-new directive to make life easy