Re: app-defaults directory?

2002-12-18 Thread Bill Segall
We use: # Put the app-defaults somewhere... x11libdir = $(libdir)/X11 appdefaultsdir = $(x11libdir)/app-defaults Bill.

Where to install a daemon

2001-01-16 Thread Bill Segall
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