Subject | Tar and rpm - different contents |
---|---|
Author | Nick Upson |
Post date | 2005-01-11T13:17:18Z |
Which is correct?
The script that does to /etc/init.d/firebird on installation differs
the rpm has:
start)
echo -n "Starting Firebird server: "
echo '$FIREBIRD/bin/fbmgr -start -forever' | su $FBRunUser
the tar has:
start)
echo -n "Starting Firebird server: "
daemon --user $FBRunUser $FIREBIRD/bin/fbmgr -start -forever
the tar version also has, near the top
# Source function library.
/etc/rc.d/init.d/functions
which doesn't appear in the rpm one at all
--
Nick
-----We Solve your Computer Problems---
Founder & Listowner of the Prolifics User Group
Panther, Ingres, UNIX, Interbase, Firebird - Available Shortly
The script that does to /etc/init.d/firebird on installation differs
the rpm has:
start)
echo -n "Starting Firebird server: "
echo '$FIREBIRD/bin/fbmgr -start -forever' | su $FBRunUser
the tar has:
start)
echo -n "Starting Firebird server: "
daemon --user $FBRunUser $FIREBIRD/bin/fbmgr -start -forever
the tar version also has, near the top
# Source function library.
/etc/rc.d/init.d/functions
which doesn't appear in the rpm one at all
--
Nick
-----We Solve your Computer Problems---
Founder & Listowner of the Prolifics User Group
Panther, Ingres, UNIX, Interbase, Firebird - Available Shortly