Lines 1-8
Link Here
|
1 |
@stopdaemon crtmpserver |
1 |
@stopdaemon crtmpserver |
|
|
2 |
|
2 |
@unexec if cmp -s %D/etc/crtmpserver.lua.sample %D/etc/crtmpserver.lua; then rm -f %D/etc/crtmpserver.lua; fi |
3 |
@unexec if cmp -s %D/etc/crtmpserver.lua.sample %D/etc/crtmpserver.lua; then rm -f %D/etc/crtmpserver.lua; fi |
3 |
etc/crtmpserver.lua.sample |
4 |
etc/crtmpserver.lua.sample |
4 |
@exec if [ ! -f %D/etc/crtmpserver.lua ] ; then cp -p %D/%F %B/crtmpserver.lua; fi |
5 |
@exec if [ ! -f %D/etc/crtmpserver.lua ] ; then cp -p %D/%F %B/crtmpserver.lua; fi |
5 |
|
6 |
|
|
|
7 |
@unexec if cmp -s %D/etc/crtmpserver.all.lua.sample %D/etc/crtmpserver.all.lua; then rm -f %D/etc/crtmpserver.all.lua; fi |
8 |
etc/crtmpserver.all.lua.sample |
9 |
@exec if [ ! -f %D/etc/crtmpserver.all.lua ] ; then cp -p %D/%F %B/crtmpserver.all.lua; fi |
10 |
|
11 |
|
12 |
lib/crtmpserver/libtinyxml.so |
13 |
lib/crtmpserver/libcommon.so |
14 |
lib/crtmpserver/libthelib.so |
15 |
lib/crtmpserver/applications/flvplayback/libflvplayback.so |
16 |
lib/crtmpserver/applications/appselector/libappselector.so |
17 |
lib/crtmpserver/applications/samplefactory/libsamplefactory.so |
18 |
lib/crtmpserver/applications/vptests/libvptests.so |
19 |
lib/crtmpserver/applications/admin/libadmin.so |
20 |
lib/crtmpserver/applications/proxypublish/libproxypublish.so |
21 |
lib/crtmpserver/applications/stresstest/libstresstest.so |
6 |
sbin/crtmpserver |
22 |
sbin/crtmpserver |
7 |
@dirrmtry var/crtmpserver/media |
23 |
@dirrmtry lib/crtmpserver/applications/flvplayback |
8 |
@dirrmtry var/crtmpserver |
24 |
@dirrmtry lib/crtmpserver/applications/appselector |
|
|
25 |
@dirrmtry lib/crtmpserver/applications/samplefactory |
26 |
@dirrmtry lib/crtmpserver/applications/vptests |
27 |
@dirrmtry lib/crtmpserver/applications/admin |
28 |
@dirrmtry lib/crtmpserver/applications/proxypublish |
29 |
@dirrmtry lib/crtmpserver/applications/stresstest |
30 |
@dirrmtry lib/crtmpserver/applications |
31 |
@dirrmtry lib/crtmpserver |
32 |
@dirrmtry var/log/crtmpserver |