- Patch by Uwe: tidied up the CVS IDs.
parent
72f9229a39
commit
7c6a21aedd
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/* $Id$ */
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/* $Id$ */
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/* $Id$ */
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/* $Id$ */
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/* $Id$ */
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/* $Id$ */
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @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
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
# $Id$
|
||||
|
||||
curl --silent --compressed http://yoursite.com/cron.php
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
# $Id$
|
||||
|
||||
/usr/bin/lynx -source http://yoursite.com/cron.php > /dev/null 2>&1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
# $Id$
|
||||
|
||||
if [ $# != 2 ]; then
|
||||
cat >&2 << EOH
|
||||
|
|
Loading…
Reference in New Issue