I did the install, but still no startup module? Hrm.
root@Paradise:/home/spencer/downloads# installpkg cups-1.1.23-i486-1.tgz
Installing package cups-1.1.23-i486-1...
PACKAGE DESCRIPTION:
cups: CUPS (Common UNIX Printing System)
[...etc...]
Executing install script for cups-1.1.23-i486-1...
root@Paradise:/home/spencer/downloads# chmod +x /etc/rc.d/rc.cupsd
chmod: getting attributes of `/etc/rc.d/rc.cupsd': No such file or directory
I don't think you initially installed the package.
Anyway, find where it installed the binaries and add a line to /etc/rc.d/rc.local to execute it.
The file is /etc/rc.d/rc.local
And the path should be /usr/sbin/cupsd
So "echo '/usr/sbin/cupsd' >> /etc/rc.d/rc.local'" should fix everything, But that shouldn't be necessary.
Do a "tar -tvvzf" on the package. See if it has a /etc file. It should...