- Patch by Uwe: tidied up the CVS IDs.

4.7.x
Dries Buytaert 2005-08-11 13:02:08 +00:00
parent 72f9229a39
commit 7c6a21aedd
10 changed files with 13 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<?php
/* $Id$ */
// $Id$
/**
* @file

View File

@ -1,5 +1,5 @@
<?php
/* $Id$ */
// $Id$
/**
* @file

View File

@ -1,5 +1,5 @@
<?php
/* $Id$ */
// $Id$
/**
* @file

View File

@ -1,5 +1,5 @@
<?php
/* $Id$ */
// $Id$
/**
* @file

View File

@ -1,5 +1,5 @@
<?php
/* $Id$ */
// $Id$
/**
* @file

View File

@ -1,5 +1,5 @@
<?php
/* $Id$ */
// $Id$
/**
* @file

View File

@ -1,4 +1,6 @@
#!/bin/sh
# $Id$
find . -name "*~" -type f | xargs rm -f
find . -name ".#*" -type f | xargs rm -f
find . -name "*.rej" -type f | xargs rm -f

View File

@ -1,2 +1,4 @@
#!/bin/sh
# $Id$
curl --silent --compressed http://yoursite.com/cron.php

View File

@ -1,2 +1,4 @@
#!/bin/sh
# $Id$
/usr/bin/lynx -source http://yoursite.com/cron.php > /dev/null 2>&1

View File

@ -1,4 +1,5 @@
#!/bin/sh
# $Id$
if [ $# != 2 ]; then
cat >&2 << EOH