Send Linux-ha-cvs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."


Today's Topics:

   1. Linux-HA CVS: debian by horms from 
      ([email protected])
   2. Linux-HA CVS: debian by horms from 
      ([email protected])
   3. Linux-HA CVS: debian by horms from 
      ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Mon, 13 Feb 2006 20:11:21 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: debian by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Project : linux-ha
Module  : debian

Dir     : linux-ha/debian


Modified Files:
        changelog control 


Log Message:
Debian Packaging

  * Add build dependancy on libncurses-dev to allow crm_mon to work
    Thanks to Guy Coates

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/changelog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -3 -r1.58 -r1.59
--- changelog   11 Feb 2006 11:21:30 -0000      1.58
+++ changelog   14 Feb 2006 03:11:20 -0000      1.59
@@ -1,3 +1,10 @@
+heartbeat-2 (2.0.3-2) unstable; urgency=low
+
+  * Add build dependancy on libncurses-dev to allow crm_mon to work
+    Thanks to Guy Coates
+
+ -- Simon Horman <[EMAIL PROTECTED]>  Tue, 14 Feb 2006 11:22:10 +0900
+
 heartbeat-2 (2.0.3-1) unstable; urgency=low
 
   * New Upstream
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/control,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- control     11 Feb 2006 11:21:30 -0000      1.41
+++ control     14 Feb 2006 03:11:20 -0000      1.42
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Simon Horman <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libsnmp9-dev, libglib2.0-dev, perl, 
net-tools, netkit-ping | iputils-ping, python, psmisc, modutils, libnet1-dev, 
iproute, libtool, automake1.9 | automaken, libcurl3-openssl-dev, libxml2-dev, 
bison, flex, uuid-dev, libopenipmi-dev (>= 2.0.1), lynx, libbz2-dev, 
zlib1g-dev, uuid-dev, libsensors-dev, libltdl3-dev, swig, openssh-client, 
libgnutls11-dev, python2.3-dev, libpam0g-dev
+Build-Depends: debhelper (>= 4.0.0), libsnmp9-dev, libglib2.0-dev, perl, 
net-tools, netkit-ping | iputils-ping, python, psmisc, modutils, libnet1-dev, 
iproute, libtool, automake1.9 | automaken, libcurl3-openssl-dev, libxml2-dev, 
bison, flex, uuid-dev, libopenipmi-dev (>= 2.0.1), lynx, libbz2-dev, 
zlib1g-dev, uuid-dev, libsensors-dev, libltdl3-dev, swig, openssh-client, 
libgnutls11-dev, python2.3-dev, libpam0g-dev, libncurses5-dev
 Build-Conflicts: automake1.4
 Standards-Version: 3.6.2
 




------------------------------

Message: 2
Date: Tue, 14 Feb 2006 03:05:11 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: debian by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Project : linux-ha
Module  : debian

Dir     : linux-ha/debian


Modified Files:
      Tag: STABLE_1_2
        changelog control heartbeat.postinst heartbeat.preinst 


Log Message:
Debian Packaging

 * Move hacluster user and haclient group creation (don't ask me why the
    user and group names are different) from preinst to postinst.
    Once upon a time there might have been a need for it in preinst,
    but the current packaging changes files to have the hacluster user
    and haclient group as neccessary in the postinst. So there is
    no need to create them before postinst.
    This is a better fix to #352027, and the pre-depends on adduser
    has been changed to a depends accordingly.
    (closes: #352027)

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/changelog,v
retrieving revision 1.17.2.35
retrieving revision 1.17.2.36
diff -u -3 -r1.17.2.35 -r1.17.2.36
--- changelog   10 Feb 2006 03:18:54 -0000      1.17.2.35
+++ changelog   14 Feb 2006 10:05:10 -0000      1.17.2.36
@@ -1,3 +1,17 @@
+heartbeat (1.2.4-4) unstable; urgency=low
+
+  * Move hacluster user and haclient group creation (don't ask me why the
+    user and group names are different) from preinst to postinst.
+    Once upon a time there might have been a need for it in preinst,
+    but the current packaging changes files to have the hacluster user
+    and haclient group as neccessary in the postinst. So there is
+    no need to create them before postinst.
+    This is a better fix to #352027, and the pre-depends on adduser
+    has been changed to a depends accordingly.
+    (closes: #352027)
+
+ -- Simon Horman <[EMAIL PROTECTED]>  Tue, 14 Feb 2006 15:19:47 +0900
+
 heartbeat (1.2.4-3) unstable; urgency=low
 
   * Make /usr/bin/cl_status setgid
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/control,v
retrieving revision 1.17.2.25
retrieving revision 1.17.2.26
diff -u -3 -r1.17.2.25 -r1.17.2.26
--- control     10 Feb 2006 03:18:54 -0000      1.17.2.25
+++ control     14 Feb 2006 10:05:10 -0000      1.17.2.26
@@ -83,8 +83,7 @@
 Section: admin
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, python, iproute, adduser, netkit-ping | 
iputils-ping
-Pre-Depends: adduser
+Depends: ${shlibs:Depends}, python, iproute, adduser, netkit-ping | 
iputils-ping, adduser
 Recommends: sysklogd | syslog-ng | system-log-daemon, logrotate
 Description: Subsystem for High-Availability Linux
  heartbeat is a basic heartbeat subsystem for Linux-HA.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/Attic/heartbeat.postinst,v
retrieving revision 1.10.2.8
retrieving revision 1.10.2.9
diff -u -3 -r1.10.2.8 -r1.10.2.9
--- heartbeat.postinst  3 Feb 2006 02:10:48 -0000       1.10.2.8
+++ heartbeat.postinst  14 Feb 2006 10:05:10 -0000      1.10.2.9
@@ -17,6 +17,19 @@
 
 case "$1" in
     configure)
+       if ! getent group haclient > /dev/null ; then
+               addgroup --system --group haclient > /dev/null
+       fi
+       if ! getent passwd hacluster > /dev/null ; then
+               adduser --system --no-create-home \
+                       --ingroup haclient \
+                       --gecos "Heartbeat System Account" \
+                       --no-create-home --disabled-login \
+                       --home /usr/lib/heartbeat --shell /bin/false  \
+                       --disabled-password hacluster > /dev/null
+       fi
+
+
        #
        #fifo (0600, root, root)
        #
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/Attic/heartbeat.preinst,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -3 -r1.1.2.3 -r1.1.2.4
--- heartbeat.preinst   31 Oct 2005 09:19:34 -0000      1.1.2.3
+++ heartbeat.preinst   14 Feb 2006 10:05:10 -0000      1.1.2.4
@@ -3,21 +3,7 @@
 #
 # see: dh_installdeb(1)
 
-set -e
-
-if ! getent group haclient > /dev/null ; then
-       addgroup --system --group haclient > /dev/null
-fi
-if ! getent passwd hacluster > /dev/null ; then
-       adduser --system --no-create-home \
-               --ingroup haclient \
-               --gecos "Heartbeat System Account" \
-               --no-create-home --disabled-login \
-               --home /usr/lib/heartbeat --shell /bin/false  \
-               --disabled-password hacluster > /dev/null
-fi
-
-/etc/init.d/heartbeat stop || true
+/etc/init.d/heartbeat stop
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.




------------------------------

Message: 3
Date: Tue, 14 Feb 2006 03:06:18 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: debian by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Project : linux-ha
Module  : debian

Dir     : linux-ha/debian


Modified Files:
        changelog control heartbeat-2.postinst heartbeat-2.preinst 


Log Message:

Debian Packaging

  * Move hacluster user and haclient group creation (don't ask me why the
    user and group names are different) from preinst to postinst.
    Once upon a time there might have been a need for it in preinst,
    but the current packaging changes files to have the hacluster user
    and haclient group as neccessary in the postinst. So there is
    no need to create them before postinst.
    This is a better fix to #352158, and the pre-depends on adduser
    has been changed to a depends accordingly.
    (closes: #352158)
  * Stop heartbeat in preinst

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/changelog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- changelog   14 Feb 2006 03:11:20 -0000      1.59
+++ changelog   14 Feb 2006 10:06:18 -0000      1.60
@@ -2,8 +2,18 @@
 
   * Add build dependancy on libncurses-dev to allow crm_mon to work
     Thanks to Guy Coates
+  * Move hacluster user and haclient group creation (don't ask me why the
+    user and group names are different) from preinst to postinst.
+    Once upon a time there might have been a need for it in preinst,
+    but the current packaging changes files to have the hacluster user
+    and haclient group as neccessary in the postinst. So there is
+    no need to create them before postinst.
+    This is a better fix to #352158, and the pre-depends on adduser
+    has been changed to a depends accordingly.
+    (closes: #352158)
+  * Stop heartbeat in preinst
 
- -- Simon Horman <[EMAIL PROTECTED]>  Tue, 14 Feb 2006 11:22:10 +0900
+ -- Simon Horman <[EMAIL PROTECTED]>  Tue, 14 Feb 2006 13:42:37 +0900
 
 heartbeat-2 (2.0.3-1) unstable; urgency=low
 
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/control,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- control     14 Feb 2006 03:11:20 -0000      1.42
+++ control     14 Feb 2006 10:06:18 -0000      1.43
@@ -10,7 +10,7 @@
 Section: admin
 Priority: optional
 Architecture: all
-Depends: ${perl:Depends}, libdigest-md5-perl, libwww-perl, 
libcrypt-ssleay-perl, libmail-imapclient-perl, libdigest-hmac-perl, 
libnet-ldap-perl, libnet-dns-perl, libdbi-perl, ipvsadm
+Depends: ${perl:Depends}, libdigest-md5-perl, libwww-perl, 
libcrypt-ssleay-perl, libmail-imapclient-perl, libdigest-hmac-perl, 
libnet-ldap-perl, libnet-dns-perl, libdbi-perl, ipvsadm, adduser
 Recommends: sysklogd|syslog-ng, logrotate
 Provides: ldirectord
 Conflicts: ldirectord
@@ -25,7 +25,6 @@
 Priority: optional
 Architecture: any
 Depends: ${shlibs:Depends}, python, iproute, adduser, netkit-ping | 
iputils-ping
-Pre-Depends: adduser
 Recommends: sysklogd | syslog-ng | system-log-daemon, logrotate
 Provides: heartbeat, libpils0, libstonith0, stonith
 Conflicts: heartbeat, libpils0, libstonith0, stonith
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/heartbeat-2.postinst,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- heartbeat-2.postinst        3 Feb 2006 02:13:17 -0000       1.4
+++ heartbeat-2.postinst        14 Feb 2006 10:06:18 -0000      1.5
@@ -20,6 +20,18 @@
 
 case "$1" in
     configure)
+       if ! getent group haclient > /dev/null ; then
+               addgroup --system --group haclient > /dev/null
+       fi
+       if ! getent passwd hacluster > /dev/null ; then
+               adduser --system --no-create-home \
+                       --ingroup haclient \
+                       --gecos "Heartbeat System Account" \
+                       --no-create-home --disabled-login \
+                       --home /usr/lib/heartbeat --shell /bin/false  \
+                       --disabled-password hacluster > /dev/null
+       fi
+
        #
        #fifo (0600, root, root)
        #
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/heartbeat-2.preinst,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- heartbeat-2.preinst 31 Oct 2005 09:20:40 -0000      1.2
+++ heartbeat-2.preinst 14 Feb 2006 10:06:18 -0000      1.3
@@ -6,19 +6,7 @@
 #
 # see: dh_installdeb(1)
 
-set -e
-
-if ! getent group haclient > /dev/null ; then
-       addgroup --system --group haclient > /dev/null
-fi
-if ! getent passwd hacluster > /dev/null ; then
-       adduser --system --no-create-home \
-               --ingroup haclient \
-               --gecos "Heartbeat System Account" \
-               --no-create-home --disabled-login \
-               --home /usr/lib/heartbeat --shell /bin/false  \
-               --disabled-password hacluster > /dev/null
-fi
+/etc/init.d/heartbeat stop
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.




------------------------------

_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs


End of Linux-ha-cvs Digest, Vol 27, Issue 53
********************************************

Reply via email to