[Lunar-commits] CVS: moonbase/video/mythtv BUILD,1.2,1.3
Veerappan
watryac04 at lunar-linux.org
Fri Apr 9 03:13:59 GMT 2004
Update of /var/cvs/lunar/moonbase/video/mythtv
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3050
Modified Files:
BUILD
Log Message:
Can't believe I never noticed this before... mythfilldatabasecron was
being copied into /usr/bin/ with 644 as permissions... ok if you want to
just call "/bin/bash /usr/bin/mythfilldatabasecron", but bad if you want
to just run the script directly.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/mythtv/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 16 Mar 2004 05:03:50 -0000 1.2
+++ BUILD 9 Apr 2004 03:13:57 -0000 1.3
@@ -11,6 +11,7 @@
#copy other installable files to their locations
cp setup/setup /usr/share/mythtv/ &&
cp $SCRIPT_DIRECTORY/mythfilldatabasecron /usr/bin/ &&
+ chmod 755 /usr/bin/mythfilldatabasecron &&
(test -d /var/lib/mysql/mythconverg || mysql -p < database/mc.sql)
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list