You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(62) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(99) |
Feb
(206) |
Mar
(129) |
Apr
(133) |
May
(188) |
Jun
(75) |
Jul
(52) |
Aug
(42) |
Sep
(30) |
Oct
(16) |
Nov
(13) |
Dec
(16) |
2011 |
Jan
(29) |
Feb
(8) |
Mar
(19) |
Apr
(6) |
May
(11) |
Jun
(30) |
Jul
(21) |
Aug
(1) |
Sep
(8) |
Oct
(1) |
Nov
(2) |
Dec
(2) |
2012 |
Jan
(3) |
Feb
|
Mar
(3) |
Apr
(12) |
May
(2) |
Jun
(4) |
Jul
(3) |
Aug
(2) |
Sep
(7) |
Oct
(7) |
Nov
|
Dec
(2) |
From: <ar...@us...> - 2012-05-13 15:09:16
|
Revision: 1218 http://samygo.svn.sourceforge.net/samygo/?rev=1218&view=rev Author: arris69 Date: 2012-05-13 15:09:10 +0000 (Sun, 13 May 2012) Log Message: ----------- aaaaaaaa, maybe new tree for d- and e-series required? Modified Paths: -------------- SamyGO-Extensions/InitScripts/trunk/init.d/01_01_catch_crap.init Modified: SamyGO-Extensions/InitScripts/trunk/init.d/01_01_catch_crap.init =================================================================== --- SamyGO-Extensions/InitScripts/trunk/init.d/01_01_catch_crap.init 2012-05-09 19:56:26 UTC (rev 1217) +++ SamyGO-Extensions/InitScripts/trunk/init.d/01_01_catch_crap.init 2012-05-13 15:09:10 UTC (rev 1218) @@ -18,8 +18,10 @@ mount -t tmpfs none /mtd_ram # prepare for full module replacement # lsmod | sed 's#.* .*[0-9] .*[0-9] \(.*\)#\1#' | sed 's#,# #g' - # for d-series - $SYSROOT/bin/busybox nc -l -l -p 1023 -e /bin/sh & + # just for d-series and e-series!!!! +# $SYSROOT/bin/busybox nc -l -l -p 1023 -e /bin/sh & +# $SYSROOT/bin/busybox tcpsvd -vE 0.0.0.0 21 $SYSROOT/bin/busybox ftpd -w / & + cp -fa /dtv/usb/sd*/smb_userdata /mtd_rwarea/smb_userdata ;; stop) ;; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ar...@us...> - 2012-05-09 19:56:32
|
Revision: 1217 http://samygo.svn.sourceforge.net/samygo/?rev=1217&view=rev Author: arris69 Date: 2012-05-09 19:56:26 +0000 (Wed, 09 May 2012) Log Message: ----------- ifrenme added, maybe someone test it in next 1000 years... Modified Paths: -------------- SamyGO-Extensions/InitScripts/trunk/init.d/02_04_replace_wifi_mod.init.dis Modified: SamyGO-Extensions/InitScripts/trunk/init.d/02_04_replace_wifi_mod.init.dis =================================================================== --- SamyGO-Extensions/InitScripts/trunk/init.d/02_04_replace_wifi_mod.init.dis 2012-04-17 07:03:31 UTC (rev 1216) +++ SamyGO-Extensions/InitScripts/trunk/init.d/02_04_replace_wifi_mod.init.dis 2012-05-09 19:56:26 UTC (rev 1217) @@ -44,7 +44,7 @@ ESSID="" WEPKEY="" WPAKEY="" -USE_MODULE="" +USE_MODULE="rt2570" # see: http://sourceforge.net/apps/phpbb/samygo/viewtopic.php?f=13&t=1258&p=11342#p11342 WEPKEY_INDEX="" # maybe "2" WEPKEY_MODE="" # maybe "restricted" @@ -77,6 +77,7 @@ { for i in $USE_MODULE ; do # TODO: logic if multiple modules with same name present + insmod $MOD_DIR/k2wrlz/${i}.ko # ifname=ra11n%d insmod $MOD_DIR/kernel/drivers/rt73/Module/${i}.ko insmod $MOD_DIR/kernel/drivers/rt2870/os/linux/${i}.ko insmod $MOD_DIR/kernel/drivers/net/${i}.ko @@ -100,6 +101,8 @@ fi done if [ ! -z $i ] ; then + ifrename -i $i -n ra11n0 -V -c /dev/null + i="ra11n0" ifconfig $i up && $(iwconfig $i mode Managed ;\ iwconfig $i essid "$ESSID") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-04-17 07:03:41
|
Revision: 1216 http://samygo.svn.sourceforge.net/samygo/?rev=1216&view=rev Author: aquadran Date: 2012-04-17 07:03:31 +0000 (Tue, 17 Apr 2012) Log Message: ----------- sdl: fix typo Modified Paths: -------------- oe/branches/branch-b-series/oe/recipes/libsdl/files/samygo-cl.patch Modified: oe/branches/branch-b-series/oe/recipes/libsdl/files/samygo-cl.patch =================================================================== --- oe/branches/branch-b-series/oe/recipes/libsdl/files/samygo-cl.patch 2012-04-17 06:40:47 UTC (rev 1215) +++ oe/branches/branch-b-series/oe/recipes/libsdl/files/samygo-cl.patch 2012-04-17 07:03:31 UTC (rev 1216) @@ -838,7 +838,7 @@ + +int DUMMY_HWFillRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) +{ -+ int (*func_HWFillRect)(SDL_Surface *, SDL_Rect *, Uint32) = (int (*)(SDL_Surface *, SDL_Rect *, Uint32))(dl_y_HWFillRect); ++ int (*func_y_HWFillRect)(SDL_Surface *, SDL_Rect *, Uint32) = (int (*)(SDL_Surface *, SDL_Rect *, Uint32))(dl_y_HWFillRect); + + return func_y_HWFillRect(dst, rect, color); +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-04-17 06:40:57
|
Revision: 1215 http://samygo.svn.sourceforge.net/samygo/?rev=1215&view=rev Author: aquadran Date: 2012-04-17 06:40:47 +0000 (Tue, 17 Apr 2012) Log Message: ----------- residualvm,scummvm: added mising file into package Modified Paths: -------------- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl.inc Modified: oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc 2012-04-17 06:36:42 UTC (rev 1214) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc 2012-04-17 06:40:47 UTC (rev 1215) @@ -51,4 +51,5 @@ install -m 0644 ${S}/dists/samsungtv/clmeta.dat ${D}/residualvm/ install -m 0644 ${S}/dists/samsungtv/residualvm.dat ${D}/residualvm/ install -m 0644 ${S}/dists/samsungtv/residualvm.png ${D}/residualvm/ + install -m 0644 ${S}/dists/samsungtv/README-SamsungTV ${D}/residualvm/ } Modified: oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl.inc =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl.inc 2012-04-17 06:36:42 UTC (rev 1214) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl.inc 2012-04-17 06:40:47 UTC (rev 1215) @@ -57,4 +57,5 @@ install -m 0644 ${S}/dists/samsungtv/clmeta.dat ${D}/scummvm/ install -m 0644 ${S}/dists/samsungtv/scummvm.dat ${D}/scummvm/ install -m 0644 ${S}/dists/samsungtv/scummvm.png ${D}/scummvm/ + install -m 0644 ${S}/dists/samsungtv/README-SamsungTV ${D}/scummvm/ } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-04-17 06:36:53
|
Revision: 1214 http://samygo.svn.sourceforge.net/samygo/?rev=1214&view=rev Author: aquadran Date: 2012-04-17 06:36:42 +0000 (Tue, 17 Apr 2012) Log Message: ----------- fix typo Modified Paths: -------------- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc Modified: oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc 2012-04-17 06:34:50 UTC (rev 1213) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc 2012-04-17 06:36:42 UTC (rev 1214) @@ -44,7 +44,7 @@ install -m 0644 ${S}/COPYING ${D}/residualvm/ install -m 0644 ${S}/COPYING.BSD ${D}/residualvm/ install -m 0644 ${S}/COPYING.LGPL ${D}/residualvm/ - install -m 0644 ${S}/COPYING.FREETYPE ${D}/residualvm/ + install -m 0644 ${S}/COPYING.FREEFONT ${D}/residualvm/ install -m 0644 ${S}/COPYRIGHT ${D}/residualvm/ install -m 0644 ${S}/NEWS ${D}/residualvm/ install -m 0644 ${S}/README ${D}/residualvm/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-04-17 06:34:59
|
Revision: 1213 http://samygo.svn.sourceforge.net/samygo/?rev=1213&view=rev Author: aquadran Date: 2012-04-17 06:34:50 +0000 (Tue, 17 Apr 2012) Log Message: ----------- fix typo Modified Paths: -------------- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc Modified: oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc 2012-04-17 06:32:50 UTC (rev 1212) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc 2012-04-17 06:34:50 UTC (rev 1213) @@ -38,7 +38,7 @@ install -d ${D}/residualvm install -m 0644 ${S}/residualvm.so ${D}/residualvm/libresidualvm.so install -m 0644 ${S}/dists/engine-data/*.lab ${D}/residualvm/ - install -m 0644 ${S}/gui/themes/residualmodern.zip ${D}/residualvm/ + install -m 0644 ${S}/gui/themes/modern.zip ${D}/residualvm/ install -m 0644 ${S}/backends/vkeybd/packs/vkeybd_default.zip ${D}/residualvm/ install -m 0644 ${S}/AUTHORS ${D}/residualvm/ install -m 0644 ${S}/COPYING ${D}/residualvm/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-04-17 06:33:01
|
Revision: 1212 http://samygo.svn.sourceforge.net/samygo/?rev=1212&view=rev Author: aquadran Date: 2012-04-17 06:32:50 +0000 (Tue, 17 Apr 2012) Log Message: ----------- update residualvm Modified Paths: -------------- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb Modified: oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb 2012-04-17 06:27:25 UTC (rev 1211) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb 2012-04-17 06:32:50 UTC (rev 1212) @@ -2,5 +2,5 @@ S = "${WORKDIR}/git" -SRCREV = "800e968270a4d74150d541e4fdd6e2b441a2772e" +SRCREV = "57e3d8cbf93b0b6088038cecde6675ce14fa9890" SRC_URI = "git://github.com/residualvm/residualvm.git;protocol=git;branch=branch-0-1-0" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-04-17 06:27:35
|
Revision: 1211 http://samygo.svn.sourceforge.net/samygo/?rev=1211&view=rev Author: aquadran Date: 2012-04-17 06:27:25 +0000 (Tue, 17 Apr 2012) Log Message: ----------- update residualvm Modified Paths: -------------- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb Modified: oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb 2012-04-17 06:19:52 UTC (rev 1210) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb 2012-04-17 06:27:25 UTC (rev 1211) @@ -2,5 +2,5 @@ S = "${WORKDIR}/git" -SRCREV = "b32fcfa3d8545ad1b3789c6bad343d8ab62cd84c" +SRCREV = "800e968270a4d74150d541e4fdd6e2b441a2772e" SRC_URI = "git://github.com/residualvm/residualvm.git;protocol=git;branch=branch-0-1-0" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-04-17 06:20:03
|
Revision: 1210 http://samygo.svn.sourceforge.net/samygo/?rev=1210&view=rev Author: aquadran Date: 2012-04-17 06:19:52 +0000 (Tue, 17 Apr 2012) Log Message: ----------- added one more correction Modified Paths: -------------- oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb Modified: oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb =================================================================== --- oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb 2012-04-17 06:10:50 UTC (rev 1209) +++ oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb 2012-04-17 06:19:52 UTC (rev 1210) @@ -21,7 +21,6 @@ LIBTOOL = "${HOST_SYS}-libtool" EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" -EXTRA_OECONF = "--disable-shared" do_configure() { cd builds/unix @@ -37,6 +36,11 @@ ${BUILD_CC} -o objs/apinames src/tools/apinames.c } +do_stage() { + autotools_stage_all + rm ${STAGING_LIBDIR}/libfreetype.so* +} + BBCLASSEXTEND = "native" FILES_${PN} = "${libdir}/lib*.so.*" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-04-17 06:11:01
|
Revision: 1209 http://samygo.svn.sourceforge.net/samygo/?rev=1209&view=rev Author: aquadran Date: 2012-04-17 06:10:50 +0000 (Tue, 17 Apr 2012) Log Message: ----------- added few corrections Modified Paths: -------------- oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb Modified: oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb =================================================================== --- oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb 2012-04-17 06:06:55 UTC (rev 1208) +++ oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb 2012-04-17 06:10:50 UTC (rev 1209) @@ -2,8 +2,10 @@ SECTION = "libs" LICENSE = "freetype" PR = "r2" -DEPENDS = "zlib" +DEPENDS = "zlib-cl" +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/freetype-${PV}" + SRC_URI = "\ ${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ file://no-hardcode.patch \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-04-17 06:07:01
|
Revision: 1208 http://samygo.svn.sourceforge.net/samygo/?rev=1208&view=rev Author: aquadran Date: 2012-04-17 06:06:55 +0000 (Tue, 17 Apr 2012) Log Message: ----------- depends on freetype Modified Paths: -------------- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc Modified: oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc 2012-04-17 06:05:43 UTC (rev 1207) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc 2012-04-17 06:06:55 UTC (rev 1208) @@ -3,7 +3,7 @@ SECTION = "games" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "libsdl-cl libmad-cl zlib-cl" +DEPENDS = "libsdl-cl libmad-cl zlib-cl freetype-cl" PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/residualvm/residualvm-${PV}.tar.bz2" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-04-17 06:05:54
|
Revision: 1207 http://samygo.svn.sourceforge.net/samygo/?rev=1207&view=rev Author: aquadran Date: 2012-04-17 06:05:43 +0000 (Tue, 17 Apr 2012) Log Message: ----------- added freetype-cl Added Paths: ----------- oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb Added: oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb =================================================================== --- oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb (rev 0) +++ oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb 2012-04-17 06:05:43 UTC (rev 1207) @@ -0,0 +1,41 @@ +DESCRIPTION = "Freetype font rendering library" +SECTION = "libs" +LICENSE = "freetype" +PR = "r2" +DEPENDS = "zlib" + +SRC_URI = "\ + ${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ + file://no-hardcode.patch \ + file://fix-configure.patch \ + file://libtool-tag.patch \ +" +S = "${WORKDIR}/freetype-${PV}" + +SRC_URI[md5sum] = "e974a82e5939be8e05ee65f07275d7c5" +SRC_URI[sha256sum] = "3b96438f016a62b676c1d2089c00ca777f710d19f6aefa66ccf068d360db3e92" + +inherit autotools pkgconfig binconfig + +LIBTOOL = "${HOST_SYS}-libtool" +EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" +EXTRA_OECONF = "--disable-shared" + +do_configure() { + cd builds/unix + libtoolize --force --copy + gnu-configize --force + aclocal -I . + autoconf + cd ${S} + oe_runconf +} + +do_compile_prepend() { + ${BUILD_CC} -o objs/apinames src/tools/apinames.c +} + +BBCLASSEXTEND = "native" + +FILES_${PN} = "${libdir}/lib*.so.*" +FILES_${PN}-dev += "${bindir}" Property changes on: oe/branches/branch-b-series/oe/recipes/freetype/freetype-cl_2.3.12.bb ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-04-17 05:55:32
|
Revision: 1206 http://samygo.svn.sourceforge.net/samygo/?rev=1206&view=rev Author: aquadran Date: 2012-04-17 05:55:21 +0000 (Tue, 17 Apr 2012) Log Message: ----------- added residualvm Modified Paths: -------------- oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl.inc Added Paths: ----------- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/ oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb Added: oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc (rev 0) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc 2012-04-17 05:55:21 UTC (rev 1206) @@ -0,0 +1,54 @@ +DESCRIPTION = "Interpreter for several 3D games" +HOMEPAGE = "http://www.residualvm.org" +SECTION = "games" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "libsdl-cl libmad-cl zlib-cl" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/residualvm/residualvm-${PV}.tar.bz2" + +inherit autotools + +CCACHE = "" + +PACKAGES = "${PN}" +FILES_${PN} = "/residualvm" + +EXTRA_OECONF = "--host=samsungtv \ + --backend=sdl \ + --disable-alsa \ + --prefix=${prefix} \ + --enable-release --disable-debug \ + --enable-verbose-build \ + " + +EXTRA_OEMAKE = "MANDIR=${mandir}" + +do_configure() { + ./configure ${EXTRA_OECONF} + # Workaround, because some env variables aren't recognised correctly + sed -i "s/AS := as/AS := ${AS}/" ${S}/config.mk + sed -i "s/AR := ar cru/AR := ${AR} cru/" ${S}/config.mk + sed -i "s/STRIP := strip/STRIP := ${STRIP}/" ${S}/config.mk + sed -i "s/RANLIB := ranlib/RANLIB := ${RANLIB}/" ${S}/config.mk +} + +do_install() { + install -d ${D}/residualvm + install -m 0644 ${S}/residualvm.so ${D}/residualvm/libresidualvm.so + install -m 0644 ${S}/dists/engine-data/*.lab ${D}/residualvm/ + install -m 0644 ${S}/gui/themes/residualmodern.zip ${D}/residualvm/ + install -m 0644 ${S}/backends/vkeybd/packs/vkeybd_default.zip ${D}/residualvm/ + install -m 0644 ${S}/AUTHORS ${D}/residualvm/ + install -m 0644 ${S}/COPYING ${D}/residualvm/ + install -m 0644 ${S}/COPYING.BSD ${D}/residualvm/ + install -m 0644 ${S}/COPYING.LGPL ${D}/residualvm/ + install -m 0644 ${S}/COPYING.FREETYPE ${D}/residualvm/ + install -m 0644 ${S}/COPYRIGHT ${D}/residualvm/ + install -m 0644 ${S}/NEWS ${D}/residualvm/ + install -m 0644 ${S}/README ${D}/residualvm/ + install -m 0644 ${S}/dists/samsungtv/clmeta.dat ${D}/residualvm/ + install -m 0644 ${S}/dists/samsungtv/residualvm.dat ${D}/residualvm/ + install -m 0644 ${S}/dists/samsungtv/residualvm.png ${D}/residualvm/ +} Property changes on: oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl.inc ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Added: oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb (rev 0) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb 2012-04-17 05:55:21 UTC (rev 1206) @@ -0,0 +1,6 @@ +require residualvm-cl.inc + +S = "${WORKDIR}/git" + +SRCREV = "b32fcfa3d8545ad1b3789c6bad343d8ab62cd84c" +SRC_URI = "git://github.com/residualvm/residualvm.git;protocol=git;branch=branch-0-1-0" Property changes on: oe/branches/branch-b-series/oe/recipes/apps-cl/residualvm/residualvm-cl_0.1.0pre.bb ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Modified: oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl.inc =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl.inc 2012-04-15 12:15:26 UTC (rev 1205) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl.inc 2012-04-17 05:55:21 UTC (rev 1206) @@ -50,6 +50,7 @@ install -m 0644 ${S}/COPYING ${D}/scummvm/ install -m 0644 ${S}/COPYING.BSD ${D}/scummvm/ install -m 0644 ${S}/COPYING.LGPL ${D}/scummvm/ + install -m 0644 ${S}/COPYING.FREETYPE ${D}/scummvm/ install -m 0644 ${S}/COPYRIGHT ${D}/scummvm/ install -m 0644 ${S}/NEWS ${D}/scummvm/ install -m 0644 ${S}/README ${D}/scummvm/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ar...@us...> - 2012-04-15 12:15:33
|
Revision: 1205 http://samygo.svn.sourceforge.net/samygo/?rev=1205&view=rev Author: arris69 Date: 2012-04-15 12:15:26 +0000 (Sun, 15 Apr 2012) Log Message: ----------- new init script for rar2fs, by juzis Added Paths: ----------- SamyGO-Extensions/InitScripts/trunk/init.d/04_09.rar2fs.init Copied: SamyGO-Extensions/InitScripts/trunk/init.d/04_09.rar2fs.init (from rev 1197, SamyGO-Extensions/InitScripts/trunk/init.d/04_04_samba.init) =================================================================== --- SamyGO-Extensions/InitScripts/trunk/init.d/04_09.rar2fs.init (rev 0) +++ SamyGO-Extensions/InitScripts/trunk/init.d/04_09.rar2fs.init 2012-04-15 12:15:26 UTC (rev 1205) @@ -0,0 +1,46 @@ +#!/bin/sh +# +# © Copyright 2012, +# by juzis28 <ju...@gm...> +# +# Version: SamyGO svn $Id$ +# +# TODO: more sysv style, more error handling +# +#. /dtv/SGO.env + +case $1 in + start) + for i in *.ra* + do + dir=${i%.ra*} + if [ ! -d $dir ]; then + mkdir $dir + echo "$dir created" + else + echo "$dir exists" + fi + + if [ `mount | grep -c $dir` == 1 ] ; then + echo "$dir already mounted" + else + rar2fs $i $dir + fi + done + find . -type d -empty -exec rmdir {} \; + echo "empty directories deleted" + ;; + stop) + for i in `mount | grep "fuse.rar2fs" | awk '{print $3}'`; do + umount $i + echo "$i unmounted" + done + ;; + status) + mount | grep "fuse.rar2fs" | awk '{print $3}' + ;; + *) + echo "Usage: $0 {start|stop|status}" 1>&2 + exit 0 + ;; +esac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ar...@us...> - 2012-03-25 14:03:38
|
Revision: 1204 http://samygo.svn.sourceforge.net/samygo/?rev=1204&view=rev Author: arris69 Date: 2012-03-25 14:03:32 +0000 (Sun, 25 Mar 2012) Log Message: ----------- virtual usb mount without (working) modules TESTING Modified Paths: -------------- SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init Modified: SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init =================================================================== --- SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init 2012-03-25 14:00:29 UTC (rev 1203) +++ SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init 2012-03-25 14:03:32 UTC (rev 1204) @@ -43,12 +43,12 @@ # mkfs.ext3 -q -F -m 0 -b 1024 /dtv/vusb # insmod $SYSROOT/lib/modules/treasure/dummy_hcd.ko - insmod $MOD_DIR/kernel/drivers/usb/gadget/dummy_hcd.ko || + insmod $MOD_DIR/kernel/drivers/usb/gadget/dummy_hcd.ko || \ insmod $MOD_DIR/kernel/drivers/mstar/usb/gadget/dummy_hcd.ko sleep 2 # insmod $SYSROOT/lib/modules/treasure/g_file_storage.ko - insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko || + insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko || \ insmod $MOD_DIR/kernel/drivers/mstar/usb/gadget/g_file_storage.ko sleep 3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ar...@us...> - 2012-03-25 14:00:36
|
Revision: 1203 http://samygo.svn.sourceforge.net/samygo/?rev=1203&view=rev Author: arris69 Date: 2012-03-25 14:00:29 +0000 (Sun, 25 Mar 2012) Log Message: ----------- virtual usb mount without (working) modules TESTING Modified Paths: -------------- SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init Modified: SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init =================================================================== --- SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init 2012-03-25 10:55:41 UTC (rev 1202) +++ SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init 2012-03-25 14:00:29 UTC (rev 1203) @@ -43,12 +43,14 @@ # mkfs.ext3 -q -F -m 0 -b 1024 /dtv/vusb # insmod $SYSROOT/lib/modules/treasure/dummy_hcd.ko - insmod $MOD_DIR/kernel/drivers/usb/gadget/dummy_hcd.ko && sleep 2 # || \ mstar modules won't work. do we need a sleep here??? - rm -f $MOD_DIR/kernel/drivers/mstar/usb/gadget/dummy_hcd.ko + insmod $MOD_DIR/kernel/drivers/usb/gadget/dummy_hcd.ko || + insmod $MOD_DIR/kernel/drivers/mstar/usb/gadget/dummy_hcd.ko + sleep 2 # insmod $SYSROOT/lib/modules/treasure/g_file_storage.ko - insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko && sleep 3 # || \ mstar modules won't work. do we need a sleep here??? - rm -f $MOD_DIR/kernel/drivers/mstar/usb/gadget/g_file_storage.ko + insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko || + insmod $MOD_DIR/kernel/drivers/mstar/usb/gadget/g_file_storage.ko + sleep 3 # find vusb in /sys # and set a variable for mount point This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ar...@us...> - 2012-03-25 10:55:47
|
Revision: 1202 http://samygo.svn.sourceforge.net/samygo/?rev=1202&view=rev Author: arris69 Date: 2012-03-25 10:55:41 +0000 (Sun, 25 Mar 2012) Log Message: ----------- virtual usb mount without modules TESTING Modified Paths: -------------- SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init Modified: SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init =================================================================== --- SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init 2012-01-15 15:01:16 UTC (rev 1201) +++ SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init 2012-03-25 10:55:41 UTC (rev 1202) @@ -43,29 +43,42 @@ # mkfs.ext3 -q -F -m 0 -b 1024 /dtv/vusb # insmod $SYSROOT/lib/modules/treasure/dummy_hcd.ko - insmod $MOD_DIR/kernel/drivers/usb/gadget/dummy_hcd.ko || \ - insmod $MOD_DIR/kernel/drivers/mstar/usb/gadget/dummy_hcd.ko - sleep 2 + insmod $MOD_DIR/kernel/drivers/usb/gadget/dummy_hcd.ko && sleep 2 # || \ mstar modules won't work. do we need a sleep here??? + rm -f $MOD_DIR/kernel/drivers/mstar/usb/gadget/dummy_hcd.ko + # insmod $SYSROOT/lib/modules/treasure/g_file_storage.ko - insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko || \ - insmod $MOD_DIR/kernel/drivers/mstar/usb/gadget/g_file_storage.ko release=0x0206 - sleep 3 + insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko && sleep 3 # || \ mstar modules won't work. do we need a sleep here??? + rm -f $MOD_DIR/kernel/drivers/mstar/usb/gadget/g_file_storage.ko # find vusb in /sys # and set a variable for mount point - dev="sda1" # set fallback if someting wrong with modules + rdev="sdj" # init state + dev="sdj" # set fallback if someting wrong with modules for i in /sys/block/sd?/device/model ; do if [ `cat $i | grep -c "SamyGO Virt"` -gt "0" ] ; then echo "found gadget at: $i" dev=`echo $i | sed 's/^\/.*\(sd.\)\/.*/\1/g'` echo "scsidev: $dev" else - echo "real storage device at: $i" + # catch last one. hm, really required? + rdev=`echo $i | sed 's/^\/.*\(sd.\)\/.*/\1/g'` + echo "real storage device at: $i ($rdev)" fi done # else # echo "Storage Device is present" # fi + # if rdev == dev -> no vusb and no real usb + # if rdev != dev -> vusb or real usb or both + # if rdev != dev + check where "sdj" -> vusb or real and "sdj" tels what's not present + # how to detect that we need to write to log or usblog? + if [ "$dev" == "sdj" ] ; then + # make [usb]log + $(echo -e "[${dev}]\nVendor : SamyGO Virt.\nProduct : SamyGO Virt.\n\ +Serial : Q80VQLFK\nDevpath : 11\nLun : 0\nScsiDevicePath : /dev/${dev}\nMountDir : /dtv/usb/${dev}\nFileSystem : vfat\n" >> /dtv/usb/usblog) + mkdir -p /dtv/usb/${dev} + fi + sed -i -e "s,MountPlaceholder,/dtv/usb/$dev," /dtv/SGO.env ;; stop) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-01-15 15:01:22
|
Revision: 1201 http://samygo.svn.sourceforge.net/samygo/?rev=1201&view=rev Author: aquadran Date: 2012-01-15 15:01:16 +0000 (Sun, 15 Jan 2012) Log Message: ----------- set latest version Modified Paths: -------------- oe/branches/branch-b-series/oe/conf/distro/samygo-cl.conf Modified: oe/branches/branch-b-series/oe/conf/distro/samygo-cl.conf =================================================================== --- oe/branches/branch-b-series/oe/conf/distro/samygo-cl.conf 2012-01-15 14:58:25 UTC (rev 1200) +++ oe/branches/branch-b-series/oe/conf/distro/samygo-cl.conf 2012-01-15 15:01:16 UTC (rev 1201) @@ -5,4 +5,4 @@ require conf/distro/samygo.conf -PREFERRED_VERSION_scummvm-cl = "1.3.1" +PREFERRED_VERSION_scummvm-cl = "1.4.1" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-01-15 14:58:32
|
Revision: 1200 http://samygo.svn.sourceforge.net/samygo/?rev=1200&view=rev Author: aquadran Date: 2012-01-15 14:58:25 +0000 (Sun, 15 Jan 2012) Log Message: ----------- cleanup Modified Paths: -------------- oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.0.bb Modified: oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.0.bb =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.0.bb 2012-01-15 14:56:43 UTC (rev 1199) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.0.bb 2012-01-15 14:58:25 UTC (rev 1200) @@ -2,5 +2,5 @@ S = "${WORKDIR}/scummvm-${PV}" -SRC_URI[md5sum] = "361000b78ebf0d0f449e98238d677be1" -SRC_URI[sha256sum] = "494b12e90749aaa76304aa066c90eede8a5b4a8417900be9702a3e6ab484743d" +SRC_URI[md5sum] = "361000b78ebf0d0f449e98238d677be1" +SRC_URI[sha256sum] = "494b12e90749aaa76304aa066c90eede8a5b4a8417900be9702a3e6ab484743d" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <aqu...@us...> - 2012-01-15 14:56:53
|
Revision: 1199 http://samygo.svn.sourceforge.net/samygo/?rev=1199&view=rev Author: aquadran Date: 2012-01-15 14:56:43 +0000 (Sun, 15 Jan 2012) Log Message: ----------- added scummvm Added Paths: ----------- oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.0.bb oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.1.bb Added: oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.0.bb =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.0.bb (rev 0) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.0.bb 2012-01-15 14:56:43 UTC (rev 1199) @@ -0,0 +1,6 @@ +require scummvm-cl.inc + +S = "${WORKDIR}/scummvm-${PV}" + +SRC_URI[md5sum] = "361000b78ebf0d0f449e98238d677be1" +SRC_URI[sha256sum] = "494b12e90749aaa76304aa066c90eede8a5b4a8417900be9702a3e6ab484743d" Property changes on: oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.0.bb ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Added: oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.1.bb =================================================================== --- oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.1.bb (rev 0) +++ oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.1.bb 2012-01-15 14:56:43 UTC (rev 1199) @@ -0,0 +1,6 @@ +require scummvm-cl.inc + +S = "${WORKDIR}/scummvm-${PV}" + +SRC_URI[md5sum] = "aa094c2224aad22d5340a1d2d919c883" +SRC_URI[sha256sum] = "fa0a7f0d59524611be0c5b9be9ac7f8e7a72bab1826732e056f88332aa3139da" Property changes on: oe/branches/branch-b-series/oe/recipes/apps-cl/scummvm/scummvm-cl_1.4.1.bb ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <erd...@us...> - 2011-12-05 11:35:30
|
Revision: 1198 http://samygo.svn.sourceforge.net/samygo/?rev=1198&view=rev Author: erdem_ua Date: 2011-12-05 11:35:21 +0000 (Mon, 05 Dec 2011) Log Message: ----------- Added MST5 Decryption Key Modified Paths: -------------- patcher/trunk/SamyGO Firmware Patcher.py Modified: patcher/trunk/SamyGO Firmware Patcher.py =================================================================== --- patcher/trunk/SamyGO Firmware Patcher.py 2011-12-04 09:17:11 UTC (rev 1197) +++ patcher/trunk/SamyGO Firmware Patcher.py 2011-12-05 11:35:21 UTC (rev 1198) @@ -45,7 +45,7 @@ #version = '0.25Beta' #Fat File Extractor & Injector code changed for code. Added Telnet support to LAxxB650 CHEAEAC series. #Need to test with SquashFS telnet after release! #version = '0.26' #Upgrade arfix-sh4 for T-RBYDEUC 1013.1 to version 1.2 (tom_van) -version = '0.30 Alpha' #Added C & D image decryption support. SamyGO function partitioned... +version = '0.30' #Added C & D image decryption support. SamyGO function partitioned... import os import sys import binascii @@ -888,7 +888,10 @@ if firmware.startswith( "T-GA" ):#T-GAS & T-GAP secret = "SHWJUH:85a045ae-2296-484c-b457-ede832fcfbe1-646390a3-105e-40aa-85f6-" secret += "da3086c70111" - elif firmware.startswith("T-MST"): + elif firmware.startswith("T-MST5"):#T-MST5 + secret = "SHWJUH:eceb2c14-db11-425e-9ebf-5f9607f0eb4b-3c38193e-751e-4719-8884-" + secret += "9e76322c0cec" + elif firmware.startswith("T-MST4"): print "Error : Secret AES key cannot be calculated in this version of SamyGO Firmware Patcher." sys.exit() elif firmware.startswith("T-VAL"):#C series AES key This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ar...@us...> - 2011-12-04 09:17:17
|
Revision: 1197 http://samygo.svn.sourceforge.net/samygo/?rev=1197&view=rev Author: arris69 Date: 2011-12-04 09:17:11 +0000 (Sun, 04 Dec 2011) Log Message: ----------- find all deploy variants... Modified Paths: -------------- SamyGO-Extensions/CoreScript/trunk/rcSGO Modified: SamyGO-Extensions/CoreScript/trunk/rcSGO =================================================================== --- SamyGO-Extensions/CoreScript/trunk/rcSGO 2011-11-26 15:09:41 UTC (rev 1196) +++ SamyGO-Extensions/CoreScript/trunk/rcSGO 2011-12-04 09:17:11 UTC (rev 1197) @@ -74,7 +74,7 @@ /mtd_tlib/SamyGO \ /mtd_tlib/*/SamyGO \ /mtd_tlib/*/*/SamyGO \ - /mtd_down/SamyGO \ + /mtd_down/widgets/*/SamyG*/SamyGO \ /mtd_contents/SamyGO \ /mtd_rwcommon/SamyGO \ /mtd_wiselink/SamyGO} ; do This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ar...@us...> - 2011-11-26 15:09:48
|
Revision: 1196 http://samygo.svn.sourceforge.net/samygo/?rev=1196&view=rev Author: arris69 Date: 2011-11-26 15:09:41 +0000 (Sat, 26 Nov 2011) Log Message: ----------- test for mstar, maybe devices detected as Usb High Speed and not as Full Speed Modified Paths: -------------- SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init Modified: SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init =================================================================== --- SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init 2011-11-25 14:53:09 UTC (rev 1195) +++ SamyGO-Extensions/InitScripts/trunk/init.d/02_04_vusb.init 2011-11-26 15:09:41 UTC (rev 1196) @@ -48,7 +48,7 @@ sleep 2 # insmod $SYSROOT/lib/modules/treasure/g_file_storage.ko insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko || \ - insmod $MOD_DIR/kernel/drivers/mstar/usb/gadget/g_file_storage.ko + insmod $MOD_DIR/kernel/drivers/mstar/usb/gadget/g_file_storage.ko release=0x0206 sleep 3 # find vusb in /sys This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ar...@us...> - 2011-11-25 14:53:15
|
Revision: 1195 http://samygo.svn.sourceforge.net/samygo/?rev=1195&view=rev Author: arris69 Date: 2011-11-25 14:53:09 +0000 (Fri, 25 Nov 2011) Log Message: ----------- mount tmpfs Modified Paths: -------------- SamyGO-Extensions/InitScripts/trunk/init.d/01_01_catch_crap.init Modified: SamyGO-Extensions/InitScripts/trunk/init.d/01_01_catch_crap.init =================================================================== --- SamyGO-Extensions/InitScripts/trunk/init.d/01_01_catch_crap.init 2011-10-02 08:40:48 UTC (rev 1194) +++ SamyGO-Extensions/InitScripts/trunk/init.d/01_01_catch_crap.init 2011-11-25 14:53:09 UTC (rev 1195) @@ -3,14 +3,23 @@ # © Copyright 1996-2011, SamyGO # # -# . /dtv/SGO.env +. /dtv/SGO.env case $1 in start) # enable loopback network interface, required on some b-series (b550,b6000?) ifconfig lo 127.0.0.1 - # unhide 'unsupported' filesystems from usb mount + # unhide 'unsupported' filesystems from usb mount (don't work?) sed -i "s,\(FileSystem : \)ext.,\1vfat,g" /dtv/usb/log + # set time, required for ssl communication but tv 'll show strange values, so disable per default + ../../bin/busybox date -s "2011-06-23 13:45:00" + # c-series mips + # todo write test... + mount -t tmpfs none /mtd_ram + # prepare for full module replacement + # lsmod | sed 's#.* .*[0-9] .*[0-9] \(.*\)#\1#' | sed 's#,# #g' + # for d-series + $SYSROOT/bin/busybox nc -l -l -p 1023 -e /bin/sh & ;; stop) ;; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ar...@us...> - 2011-10-02 08:40:54
|
Revision: 1194 http://samygo.svn.sourceforge.net/samygo/?rev=1194&view=rev Author: arris69 Date: 2011-10-02 08:40:48 +0000 (Sun, 02 Oct 2011) Log Message: ----------- path to config file fixed Modified Paths: -------------- SamyGO-Extensions/InitScripts/trunk/init.d/06_05_samba-server.init.dis Modified: SamyGO-Extensions/InitScripts/trunk/init.d/06_05_samba-server.init.dis =================================================================== --- SamyGO-Extensions/InitScripts/trunk/init.d/06_05_samba-server.init.dis 2011-09-30 11:07:05 UTC (rev 1193) +++ SamyGO-Extensions/InitScripts/trunk/init.d/06_05_samba-server.init.dis 2011-10-02 08:40:48 UTC (rev 1194) @@ -17,7 +17,7 @@ start) echo "root:0:NO PASSWORDXXXXXXXXXXXXXXXXXXXXX:NO PASSWORDXXXXXXXXXXXXXXXXXXXXX:[NU ]:LCT-00000000:" > /dtv/pp - smbd -s $SYSROOT/etc/smb.conf --lockdir=/dtv --piddir=/dtv --private-dir=/dtv + smbd -s $SYSROOT/etc/samba/smb.conf --lockdir=/dtv --piddir=/dtv --private-dir=/dtv ;; stop) echo "do it somehow" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |