mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
d0d8a8f439
Former-commit-id: 32a53d327a5fc53cd2037f2c27c9e67baeb2c722 |
||
---|---|---|
.. | ||
debian | ||
bldconserver.pl | ||
certificate-auth.patch | ||
conserver_8.1.16-2.diff | ||
conserver-8.1.16.tar.gz | ||
conserver.spec | ||
debian-conserver-xcat.patch.gz | ||
initscript1.patch | ||
initscript.patch | ||
make_deb.sh | ||
README | ||
README.debian | ||
segfault-sslopt.patch |
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"