Commit Graph

81 Commits

Author SHA1 Message Date
markjcrane 962e7062c8 Add execute permissions to the remaining .sh scripts 2016-08-21 16:15:47 +00:00
FusionPBX f1626084c6 Update package-systemd.sh 2016-08-16 17:52:27 -06:00
FusionPBX 8fb7760206 Update freeswitch.service.package
Add ExecStartPre to run mkdir and chown for /var/run/freeswitch
2016-08-16 16:53:16 -06:00
FusionPBX 7c3c2dbebe Update package-systemd.sh 2016-08-16 15:56:04 -06:00
FusionPBX ea76ad8b2a Update package-all.sh 2016-08-16 13:43:23 -06:00
FusionPBX 66bebd98fe Update package-master-all.sh 2016-08-16 13:42:50 -06:00
FusionPBX bc9eb8e3cf Update package-master.sh 2016-08-16 13:42:19 -06:00
FusionPBX 6de3dd39da Update source-master.sh 2016-08-16 13:41:49 -06:00
FusionPBX 49df0ea458 Update source-release.sh 2016-08-16 13:41:10 -06:00
FusionPBX 248381abc9 Update package-release.sh
Add an ntp client
2016-08-16 13:39:50 -06:00
FusionPBX f955a9dabc Update source-systemd.sh 2016-08-16 12:14:03 -06:00
FusionPBX 90651cb0ce Update package-systemd.sh 2016-08-16 12:12:44 -06:00
FusionPBX 3dd6b008ee Rename etc.default.freeswitch.source to etc.default.freeswitch 2016-08-16 12:09:38 -06:00
FusionPBX 2844cc5711 Create freeswitch.service.package 2016-08-16 12:07:32 -06:00
FusionPBX afe579c9dd Rename freeswitch.service to freeswitch.service.source 2016-08-16 12:01:27 -06:00
FusionPBX 19daa2f94f Delete permissions.sh 2016-08-16 11:58:24 -06:00
FusionPBX e36977e2e9 Update package-permissions.sh 2016-08-16 11:44:12 -06:00
FusionPBX daeae2e8f0 Update permissions.sh 2016-08-16 11:41:58 -06:00
FusionPBX 293f5ae63c Update and rename source_systemd.sh to source-systemd.sh 2016-08-16 11:39:48 -06:00
FusionPBX 08faf384a3 Update package-systemd.sh 2016-08-16 11:38:17 -06:00
FusionPBX becce08b23 Create source_systemd.sh 2016-08-16 11:33:59 -06:00
FusionPBX 13dd547c04 Create package-systemd.sh 2016-08-16 11:33:10 -06:00
FusionPBX 693ee214a3 Update permissions.sh 2016-08-16 09:36:50 -06:00
FusionPBX 5dc968dc5a Update package-master.sh 2016-08-16 08:38:43 -06:00
FusionPBX 5153b3a4f0 Update package-release.sh
Remove freeswitch-systemd package so we can control the service configuration file and control the user it uses.
2016-08-16 08:32:39 -06:00
FusionPBX 4b5a120993 Update permissions.sh 2016-08-16 08:04:28 -06:00
FusionPBX dbd8f0fe58 Create conf-copy.sh 2016-08-15 23:00:13 -06:00
FusionPBX 383d9c0abb Update permissions.sh 2016-08-15 22:35:28 -06:00
FusionPBX 86475e68f9 Rename package-split-permissions.sh to package-permissions.sh 2016-08-15 22:20:39 -06:00
FusionPBX c126857359 Rename debian/resources/switcpermissions.sh to debian/resources/switch/permissions.sh 2016-08-15 22:04:20 -06:00
FusionPBX d77f2aabe9 Rename debian/resources/switch/package-permissions.sh to debian/resources/switcpermissions.sh 2016-08-15 22:02:22 -06:00
FusionPBX 3f236e1b6e Update freeswitch.service 2016-08-15 18:52:12 -06:00
FusionPBX 55a56e607e Update package-permissions.sh 2016-08-15 18:50:58 -06:00
FusionPBX 8f993892f9 Update package-permissions.sh 2016-08-15 18:29:25 -06:00
FusionPBX 650a884c49 Create package-permissions.sh 2016-08-15 18:25:54 -06:00
FusionPBX d9bd863e12 Rename package-permissions.sh to package-split-permissions.sh 2016-08-15 18:24:39 -06:00
FusionPBX bf92ef1d6d Update source-release.sh
Add /etc/default/freeswitch for source-release version
2016-08-11 01:11:14 -06:00
FusionPBX 5c7cfadafa Create etc.default.freeswitch.source 2016-08-11 01:07:04 -06:00
FusionPBX 8992712007 Update freeswitch.service 2016-08-11 01:05:11 -06:00
FusionPBX df19549c9f Update source-permissions.sh 2016-08-11 01:02:49 -06:00
FusionPBX a5ca487145 Update package-permissions.sh
Add -p for mkdir.
2016-08-03 14:38:42 -06:00
Mafoo 9a524b4329 BugFix-source-release (#27)
source-release was cding out of the base dir so was causing following
commands to fail as they were no longer correctly relative
Added store and return for the working directory
2016-07-05 11:00:20 -06:00
Mafoo a0b0016a40 Enhance-Get Version automatically (#28)
fetch the latest version automatically
2016-07-05 10:59:30 -06:00
Mafoo 370c880fd8 BugFix-add missing source-master.sh (#29) 2016-07-05 10:58:40 -06:00
Mafoo 70a03da58f BugFix-source install updates (#22)
moved version number up to match release (1.6.9)
added freeswitch user
added ln to fs_cli
added freeswitch.service
2016-06-13 18:00:28 -06:00
markjcrane 98e386458b Shorten the parameter names used in the install script. I'm considering shortening them further. 2016-06-04 13:21:32 -06:00
Mafoo bf5a253f65 fixes for fail2ban (#10)
export the command line variables so sub scripts can use them
use sed to update log path is source is used
simplify freeswitch rules to use protocol=all
general tidy up of spacing in files
2016-05-28 12:09:45 -06:00
Mafoo af853ed018 fixed typo /usr not /var (#11) 2016-05-27 05:19:48 -06:00
mafoo bef7c9b4b2 Initial permission changes
added use of getopt to allow command line options to indicate to use different sources

added +x
2016-05-26 19:35:00 +01:00
FusionPBX 14d1fb827e Update package-permissions.sh
Remove the facl and add +x to the directories to get groups working.

For installs using the facl can use this to remove them.

setfacl --remove-all -R /usr/share/freeswitch
setfacl --remove-all -R /var/log/freeswitch
setfacl --remove-all -R /etc/freeswitch
setfacl --remove-all -R /var/lib/freeswitch
2016-05-25 14:16:52 -06:00