changelog
- 6 days ago
- by Lars Ellenberg <lars@linbit.com> [Wed, 10 Mar 2010 11:31:52 +0100] rev 12549
- Low: init script: don't use echo -e
The -e argument to echo is not supported by dash but treated as an literal.
None of the strings printed contains backslash escape sequences anyways,
not even those sourced from /etc/rc.status on SuSE like systems --
they are already expanded.
Reported-by: Frederik Sch?ler <fs@debian.org>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
- 13 days ago
- by Lars Ellenberg <lars@linbit.com> [Wed, 03 Mar 2010 13:16:53 +0100] rev 12548
- heartbeat init script: fix permissions of existing /var/run/* dirs
My last commit was incomplete and not what was intended.
It would create new directories just fine,
but would throw "file exists" errors if the directories already existed,
and would not fix 0755 permissions of existing directories either.
Both are now fixed.
- 2 weeks ago
- by Lars Ellenberg <lars@linbit.com> [Tue, 02 Mar 2010 17:03:44 +0100] rev 12547
- heartbeat init script: create missing /var/run/* directories
unconditionally create potentially missing /var/run/ directories,
with proper permission and ownership.
- 2 weeks ago
- by Florian Haas <florian.haas@linbit.com> [Sat, 27 Feb 2010 11:57:55 +0100] rev 12546
- Medium: init script: don't touch /var/run/ppp.d
This line has been in the init script since the beginning of time
(it's actually in the very first version controlled incarnation in
the hg history), and apparently no-one ever bothered to remove it.
Whatever the original motivation, it's definitely not our business
to touch upon a directory owned by another package.
- 5 weeks ago
- by Lars Ellenberg <lars@linbit.com> [Fri, 05 Feb 2010 15:50:02 +0100] rev 12545
- dopd: changed socket location again to its own subdirectory
/var/run/heartbeat often is root:root,
so dopd, if run as haclient:hacluster would not be able to
create its socket there.
Move the socket again, to /var/run/heartbeat/dopd,
make sure the init script will create that directory
with appropriate permissions,
and that the packages include it as well.
- 6 weeks ago
- by Lars Ellenberg <lars@linbit.com> [Mon, 01 Feb 2010 19:45:47 +0100] rev 12544
- Added signature for changeset 1ca510a87ba6
- 6 weeks ago
- by Lars Ellenberg <lars@linbit.com> [Mon, 01 Feb 2010 14:18:00 +0100] rev 12543
- Added tag STABLE-3.0.2 for changeset 1ca510a87ba6
- 6 weeks ago
- by Lars Ellenberg <lars@linbit.com> [Mon, 01 Feb 2010 14:07:13 +0100] rev 12542
- build: make deb: no longer supported
use apt-get source instead, if you want to (re)build debian packages.
- 6 weeks ago
- by Lars Ellenberg <lars@linbit.com> [Mon, 01 Feb 2010 12:26:08 +0100] rev 12541
- Removed tag STABLE-3.0.2
- 6 weeks ago
- by Lars Ellenberg <lars@linbit.com> [Mon, 01 Feb 2010 12:25:27 +0100] rev 12540
- build: fix build breakage caused by removal of debian/
sorry :-(