Actions
Bug #47
closedNano img issue 3
Status:
Resolved
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
08/06/2009
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
when installing pkgs . some pkgs have startup scripts that should endup in /usr/local/etc/rc.d . none of these scripts are getting installed. I believe this is due to the read only nature of the fs. 2 current pkgs having this issue are the freeswitch and freeswitch-dev which try to insta a freeswitch.sh file and the freeswitch-dev wich also have a zaptel startup script . I know some othe rpkgs have them and the are not there.
This prevents pkgs from starting.
Updated by Scott Ullrich over 15 years ago
Freeswitch needs to call conf_mount_rw(); (php) or /etc/rc.conf_mount_rw (shell)
When finished installing, run conf_mount_ro(); or /etc/rc.conf_mount_ro
Actions