While I agree that the RPM spec file you have in cvs does install tmda-ofmipd to /usr/bin (the RPM I'm using puts it in /usr/sbin), I disagree that /usr/bin is the correct location for such a binary.
>From the "Filesystem Hierarchy Standard" (http://www.pathname.com/fhs/pub/fhs-2.2.pdf), section 3.14.1: "Utilites used for system administration (and other root-only commands) are stored in /sbin, /usr/sbin, and /usr/local/sbin." Since the files I supplied you are for running a system-wide install, and, in this case tmda-ofmipd is a root-only command, I believe it's the proper place. However, when it comes down to it, I couldn't care one way or another as long as my TMDA runs properly :) Bernard ----- Original Message ----- From: "Jason R. Mastaler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 4:13 PM Subject: Re: new redhat spec file update + support files (PATCH) > Bernard Johnson <[EMAIL PROTECTED]> writes: > > > In this patch, I only have included the support files for making > > tofmipd run as a system daemon in the SysV/RedHat style. > > I've checked in your files, thanks. > > > +program=/usr/sbin/tmda-ofmipd > > I changed this to /usr/bin/tmda-ofmipd since that's where the RPM > installs it, and also because /usr/sbin is not an appropriate location > for it. Otherwise, I made no changes. > _________________________________________________ > tmda-workers mailing list ([EMAIL PROTECTED]) > http://tmda.net/lists/listinfo/tmda-workers > _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
