[Bug 486558] Re: /etc/default/cron obsolete?

2011-10-09 Thread Christian Kastner
*** This bug is a duplicate of bug 794082 ***
https://bugs.launchpad.net/bugs/794082

** This bug has been marked a duplicate of bug 794082
   cron ignores /etc/default/cron

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/486558

Title:
  /etc/default/cron obsolete?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/486558/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 486558] Re: /etc/default/cron obsolete?

2011-10-05 Thread Aurimas FiĊĦeras
** This bug is no longer a duplicate of bug 79408
   Users should be enabled to ignore crashes for certain apps

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/486558

Title:
  /etc/default/cron obsolete?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/486558/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 486558] Re: /etc/default/cron obsolete?

2011-10-05 Thread Roger Taylor
*** This bug is a duplicate of bug 79408 ***
https://bugs.launchpad.net/bugs/79408

I've just been bitten by this as well.

I'm not altogether sure that this file should be obsolete as there is no
alternative to the TZ (timezone) option.  I think the bug should be that
this file should still be used.

I want to run cron in a different timezone to my own and as far as I can
see there is no alternative method for achieving this.  Since timezones
change between summer and winter time at different times of the year it
is not very convenient to me to use local time as I have to manually
adjust 4 times a year for clock changes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/486558

Title:
  /etc/default/cron obsolete?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/486558/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 486558] Re: /etc/default/cron obsolete?

2011-10-05 Thread Roger Taylor
*** This bug is a duplicate of bug 79408 ***
https://bugs.launchpad.net/bugs/79408

** This bug has been marked a duplicate of bug 79408
   Users should be enabled to ignore crashes for certain apps

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/486558

Title:
  /etc/default/cron obsolete?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/486558/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 486558] Re: /etc/default/cron obsolete?

2011-08-27 Thread Richard Huddleston
Just got bitten by this too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/486558

Title:
  /etc/default/cron obsolete?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/486558/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 486558] Re: /etc/default/cron obsolete?

2011-04-01 Thread Clint Byrum
Raising the importance to Medium. I'm not sure how a regression like
this got missed for so long.

** Tags added: regression-release

** Changed in: cron (Ubuntu)
   Importance: Low => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/486558

Title:
  /etc/default/cron obsolete?

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 486558] Re: /etc/default/cron obsolete?

2011-02-01 Thread theotherreceive
Just got bitten by this too. How has this bug been open for over a year?

At the very least please remove the file from /etc/default or insert a
comment to let users know that it is as useful as tyres on a horse.
Preferably though, please fix support for /etc/default/cron.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/486558

Title:
  /etc/default/cron obsolete?

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 486558] Re: /etc/default/cron obsolete?

2011-01-04 Thread Hannes Schmidt
This bug just wasted 30 min of my time. I don't care about the extra
functionality re READ_ENV and that should be a separate bug but please
remove /etc/default/cron from the package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/486558

Title:
  /etc/default/cron obsolete?

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 486558] Re: /etc/default/cron obsolete?

2010-12-20 Thread Sebastian Bertho
I second that - the whole configuration of cron is broken in 10.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/486558

Title:
  /etc/default/cron obsolete?

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 486558] Re: /etc/default/cron obsolete?

2010-02-25 Thread H.-Dirk Schmitt
In my opinion this is a break of functionality.
A lot of people are custom with tweaking the configrations in /etc/default and 
will be wondering why things are breaking after migration of there servers to 
10.04.

In /etc/default/cron was also the parsing of the system environment tweaked.
The following functionality from cron.init is also missing in cron.upstart
-
# Read the system's locale and set cron's locale. This locale
# will be inherited by cron (used to set charset of emails)
# and tasks running under it.

parse_environment () 
{
ENV_FILE="none"
[ -r /etc/environment ] && ENV_FILE="/etc/environment"
[ -r /etc/default/locale ] && ENV_FILE="/etc/default/locale"
[ $ENV_FILE = none ] && return

for var in LANG LC_ALL LC_CTYPE; do
value=$(egrep "^[^#]*${var}=" $ENV_FILE | tail -n1 | cut -d= -f2)
eval $var=$value
done
}

# Parse the system's environment
if [ "$READ_ENV" = "yes" ] ; then
export LANG LC_ALL LC_CTYPE
parse_environment
fi

-- 
/etc/default/cron obsolete?
https://bugs.launchpad.net/bugs/486558
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 486558] Re: /etc/default/cron obsolete?

2009-11-23 Thread Scott James Remnant
** Changed in: cron (Ubuntu)
   Status: New => Triaged

** Changed in: cron (Ubuntu)
   Importance: Undecided => Low

-- 
/etc/default/cron obsolete?
https://bugs.launchpad.net/bugs/486558
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs