after my debian package was built, i noticed that it contained the following ser related files that still need some action:
-rwxr-xr-x root/root 27708 2009-05-28 20:12 ./usr/sbin/sercmd -rwxr-xr-x root/root 13509 2009-05-28 20:12 ./usr/sbin/ser_mysql.sh -rw-r--r-- root/root 1490 2009-05-28 20:12 ./usr/share/man/man8/ser.8.gz -rw-r--r-- root/root 630 2009-05-28 20:12 ./usr/share/man/man5/ser.cfg.5.gz
-- juha
On 28-05 20:16, Juha Heinanen wrote:
after my debian package was built, i noticed that it contained the following ser related files that still need some action:
-rwxr-xr-x root/root 27708 2009-05-28 20:12 ./usr/sbin/sercmd -rwxr-xr-x root/root 13509 2009-05-28 20:12 ./usr/sbin/ser_mysql.sh -rw-r--r-- root/root 1490 2009-05-28 20:12 ./usr/share/man/man8/ser.8.gz -rw-r--r-- root/root 630 2009-05-28 20:12 ./usr/share/man/man5/ser.cfg.5.gz
sercmd is currently ser specific, because it uses the management interface of ser. So is ser_mysql.sh which installs the ser version of the database schema.
We can turn ser.8 and ser.cfg.5 into sip-router.8 and sip-router.cfg.5 because our cmd line options and the syntax of the configuration file option are same.
Are you trying to create a sip-router package (i.e. no ser and kamailio stuff)? Is it a problem if includes both ser and kamailio specific things temporarily (i.e. sercmd and kamctl)?
Jan.
Jan Janak writes:
Are you trying to create a sip-router package (i.e. no ser and kamailio stuff)? Is it a problem if includes both ser and kamailio specific things temporarily (i.e. sercmd and kamctl)?
yes, those files ended up in my sip-router debian package. my goal is to create a sip-router package that does not refer anywhere to ser or kamailio.
-- juha