Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
7c6a21ae
Commit
7c6a21ae
authored
Aug 11, 2005
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch by Uwe: tidied up the CVS IDs.
parent
72f9229a
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
13 additions
and
6 deletions
+13
-6
modules/aggregator.module
modules/aggregator.module
+1
-1
modules/aggregator/aggregator.module
modules/aggregator/aggregator.module
+1
-1
modules/path.module
modules/path.module
+1
-1
modules/path/path.module
modules/path/path.module
+1
-1
modules/upload.module
modules/upload.module
+1
-1
modules/upload/upload.module
modules/upload/upload.module
+1
-1
scripts/code-clean.sh
scripts/code-clean.sh
+2
-0
scripts/cron-curl.sh
scripts/cron-curl.sh
+2
-0
scripts/cron-lynx.sh
scripts/cron-lynx.sh
+2
-0
scripts/prefix.sh
scripts/prefix.sh
+1
-0
No files found.
modules/aggregator.module
View file @
7c6a21ae
<?php
<?php
/
*
$Id$
*/
/
/
$Id$
/**
/**
* @file
* @file
...
...
modules/aggregator/aggregator.module
View file @
7c6a21ae
<?php
<?php
/
*
$Id$
*/
/
/
$Id$
/**
/**
* @file
* @file
...
...
modules/path.module
View file @
7c6a21ae
<?php
<?php
/
*
$Id$
*/
/
/
$Id$
/**
/**
* @file
* @file
...
...
modules/path/path.module
View file @
7c6a21ae
<?php
<?php
/
*
$Id$
*/
/
/
$Id$
/**
/**
* @file
* @file
...
...
modules/upload.module
View file @
7c6a21ae
<?php
<?php
/
*
$Id$
*/
/
/
$Id$
/**
/**
* @file
* @file
...
...
modules/upload/upload.module
View file @
7c6a21ae
<?php
<?php
/
*
$Id$
*/
/
/
$Id$
/**
/**
* @file
* @file
...
...
scripts/code-clean.sh
View file @
7c6a21ae
#!/bin/sh
#!/bin/sh
# $Id$
find
.
-name
"*~"
-type
f | xargs
rm
-f
find
.
-name
"*~"
-type
f | xargs
rm
-f
find
.
-name
".#*"
-type
f | xargs
rm
-f
find
.
-name
".#*"
-type
f | xargs
rm
-f
find
.
-name
"*.rej"
-type
f | xargs
rm
-f
find
.
-name
"*.rej"
-type
f | xargs
rm
-f
...
...
scripts/cron-curl.sh
View file @
7c6a21ae
#!/bin/sh
#!/bin/sh
# $Id$
curl
--silent
--compressed
http://yoursite.com/cron.php
curl
--silent
--compressed
http://yoursite.com/cron.php
scripts/cron-lynx.sh
View file @
7c6a21ae
#!/bin/sh
#!/bin/sh
# $Id$
/usr/bin/lynx
-source
http://yoursite.com/cron.php
>
/dev/null 2>&1
/usr/bin/lynx
-source
http://yoursite.com/cron.php
>
/dev/null 2>&1
scripts/prefix.sh
View file @
7c6a21ae
#!/bin/sh
#!/bin/sh
# $Id$
if
[
$#
!=
2
]
;
then
if
[
$#
!=
2
]
;
then
cat
>
&2
<<
EOH
cat
>
&2
<<
EOH
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment