Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 238839 Details for
Bug 305813
Request for ebuild: preyproject
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
prey-0.3.73-functions.diff
prey-0.3.73-functions.diff (text/plain), 615 bytes, created by
Thomas Kear
on 2010-07-15 06:01:16 UTC
(
hide
)
Description:
prey-0.3.73-functions.diff
Filename:
MIME Type:
Creator:
Thomas Kear
Created:
2010-07-15 06:01:16 UTC
Size:
615 bytes
patch
obsolete
>--- core/functions-old 2010-07-15 15:56:48.790010864 +1200 >+++ core/functions 2010-07-15 16:00:13.593011492 +1200 >@@ -148,11 +148,11 @@ > #################################################################### > > get_current_delay(){ >- crontab -l | grep prey | sed "s/^..\([0-9]*\).*/\1/" >+ sed "s/^..\([0-9]*\).*/\1/" /etc/cron.d/prey.cron > } > > update_execution_delay(){ >- (crontab -l | grep -v prey; echo "*/$1 * * * * $base_path/prey.sh &> /dev/null") | crontab - >+ echo "*/$1 * * * * /usr/bin/prey.sh &> /dev/null" > /etc/cron.d/prey.cron > } > > ####################################################################
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 305813
:
238835
|
238837
| 238839