Re: app-defaults directory?
We use: # Put the app-defaults somewhere... x11libdir = $(libdir)/X11 appdefaultsdir = $(x11libdir)/app-defaults Bill.
Where to install a daemon
As part of my package I want to install a daemon and I have three reasonable places to install int which are bin, sbin and libexec. On a Linux system sbin seems like the natural place but on *BSD libexec is natural. I was trying to find out how to make this choice based on architecture but I'll co