2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/conserver
xq2005 d0d8a8f439 sync the patch file on ubuntu
Former-commit-id: 32a53d327a5fc53cd2037f2c27c9e67baeb2c722
2013-06-26 08:05:11 +00:00
..
debian sync the patch file on ubuntu 2013-06-26 08:05:11 +00:00
bldconserver.pl update the conserver-xcat version from 8.1.16-9 to 8.1.161-10 2013-05-27 08:27:00 +00:00
certificate-auth.patch A patch for conserver to enable client certificate authentication. 2008-01-09 22:11:29 +00:00
conserver_8.1.16-2.diff Added conserver patch to make deb package with Jarrod's updates. 2008-01-17 17:02:59 +00:00
conserver-8.1.16.tar.gz Check in the base conserver distribution for references 2008-01-17 17:06:05 +00:00
conserver.spec update the conserver-xcat version from 8.1.16-9 to 8.1.161-10 2013-05-27 08:27:00 +00:00
debian-conserver-xcat.patch.gz patch for debian conserver package 2008-07-23 18:02:56 +00:00
initscript1.patch add additional information for conserver&stunnel init.d services to adapt LSB standard; also the defetc 2818375 is fixed 2009-10-12 08:38:41 +00:00
initscript.patch add a README file for how to make conserver RPM and update the initscript.patch 2013-05-27 08:03:31 +00:00
make_deb.sh do not signature the changefile and dsc file 2013-02-20 08:49:46 +00:00
README add a README file for how to make conserver RPM and update the initscript.patch 2013-05-27 08:03:31 +00:00
README.debian patch for debian conserver package 2008-07-23 18:02:56 +00:00
segfault-sslopt.patch -Patch a segmentation fault if the configuration file lacks an option xCAT usually populates 2009-11-21 18:01:29 +00:00

To make the conserver-xcat rpm, run:

./bldconserver.pl

To update the initscript.patch or initscript1.patch:

1. Copy conserver-8.1.16.tar.gz to a directory, say /root/conserverstar
  mkdir /root/conservertar
  cp conserver-8.1.16.tar.gz /root/conserverstar

2. Copy the initscript.patch or initscript1.patch to the same directory
  cp initscript.patch /root/conserverstar

3. Uncompress the conserver-8.1.16.tar.gz into two copies:
  tar zxvf conserver-8.1.16.tar.gz
  mv conserver-8.1.16 conserver-8.1.16-diffinit
  tar zxvf conserver-8.1.16.tar.gz

4. Patch the conserver.init with the original patch copied from SVN repository
  cd /root/conservertar
  cat initscript.patch | /usr/bin/patch -s -p1 --fuzz=0
  select conserver-8.1.16-diffinit/contrib/redhat-rpm/conserver.init as the file to patch

5. Update the conserver-8.1.16-diffinit/contrib/redhat-rpm/conserver.init with whatever changes that are needed

6. Generate the new patch:
  cd /root/conserverstart
  diff -ruN conserver-8.1.16/contrib/redhat-rpm/conserver.init conserver-8.1.16-diffinit/contrib/redhat-rpm/conserver.init > initscript.patch

7. Copy the new patch to the xcat-dep SVN repository and checkin
  cp initscript.patch ~/xcat/xcat-dep/trunk/conserver/
  cd ~/xcat/xcat-dep/trunk/conserver/
  svn commit -m "blah blah blah"