/[polypkg]/trunk/pp.back.sd
ViewVC logotype

Log of /trunk/pp.back.sd

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 229 - (view) (annotate) - [select for diffs]
Modified Tue Oct 27 20:24:32 2009 UTC (3 weeks, 4 days ago) by rcweb
File length: 14822 byte(s)
Diff to previous 219
Solaris no /etc/rc?.d/*quest-sshd fix, and label the HP packages a little better. 

Revision 219 - (view) (annotate) - [select for diffs]
Modified Wed Jun 17 22:56:33 2009 UTC (5 months ago) by tperciva
File length: 14806 byte(s)
Diff to previous 200
Don't abort service creation if init file exists on HPUX

From QAS r847
Author: Michael Thompson <michael.thompson@quest.com>

Revision 200 - (view) (annotate) - [select for diffs]
Modified Wed Oct 29 22:27:13 2008 UTC (12 months, 3 weeks ago) by dleonard
File length: 14752 byte(s)
Diff to previous 187
detect that hpux-ia64 will run hpux-pa packages

Revision 187 - (view) (annotate) - [select for diffs]
Modified Wed Oct 15 18:44:09 2008 UTC (13 months ago) by dleonard
File length: 14744 byte(s)
Diff to previous 162
Separate platform functions out into their own files in preparation for making consistent

Revision 162 - (view) (annotate) - [select for diffs]
Modified Fri Jan 25 04:40:04 2008 UTC (21 months, 3 weeks ago) by dleonard
File length: 15453 byte(s)
Diff to previous 156
Add stoplevels/startlevels control for hpux services

Revision 156 - (view) (annotate) - [select for diffs]
Modified Mon Jan 7 03:16:48 2008 UTC (22 months, 2 weeks ago) by dleonard
File length: 14857 byte(s)
Diff to previous 154
Add --vas-platforms option to pp that emits the compatible VAS platform IDs
Also, add $enable to the service model defaulting to yes, that makes
a service active at boot. (only honoured by rpm & deb for now)

Revision 154 - (view) (annotate) - [select for diffs]
Modified Thu Dec 6 05:59:11 2007 UTC (23 months, 2 weeks ago) by dleonard
File length: 14592 byte(s)
Diff to previous 141
part of bug 429: don't use the build host's identifier in the output filename.

Revision 141 - (view) (annotate) - [select for diffs]
Modified Mon Sep 17 02:41:16 2007 UTC (2 years, 2 months ago) by dleonard
File length: 14619 byte(s)
Diff to previous 139
bug 393: use full paths to swlist and swpackage (thanks, Seth)

Revision 139 - (view) (annotate) - [select for diffs]
Modified Mon Aug 27 04:12:55 2007 UTC (2 years, 2 months ago) by dleonard
File length: 14599 byte(s)
Diff to previous 130
bug 185: improved failure messages on HP-UX when stopping services

Revision 130 - (view) (annotate) - [select for diffs]
Modified Wed Aug 1 13:05:33 2007 UTC (2 years, 3 months ago) by dleonard
File length: 14559 byte(s)
Diff to previous 99
Name control scripts uniquely; shutdown services on uninstall.

Revision 99 - (view) (annotate) - [select for diffs]
Modified Mon Feb 5 04:21:11 2007 UTC (2 years, 9 months ago) by dleonard
File length: 14243 byte(s)
Diff to previous 93
Add virtual service groups and a 'print-platform' helper function

Revision 93 - (view) (annotate) - [select for diffs]
Modified Tue Dec 19 04:06:07 2006 UTC (2 years, 11 months ago) by dleonard
File length: 12550 byte(s)
Diff to previous 90
Uniformly init service script vars; detect platform arch for solaris and linux.

Fixing the init service script vars will make init scripts work on suse again.

Making linux and solaris detect the platform architecture allows us to build
32-bit packages on sparc64 or ppc64 hosts (otherwise the platform is
detected by a probe and the package is incorrectly marked as 64-bit)

Revision 90 - (view) (annotate) - [select for diffs]
Modified Tue Nov 28 12:48:12 2006 UTC (2 years, 11 months ago) by dleonard
File length: 12450 byte(s)
Diff to previous 87
Add --probe option that prints the local platform identifier

Revision 87 - (view) (annotate) - [select for diffs]
Modified Mon Oct 23 12:37:13 2006 UTC (3 years ago) by dleonard
File length: 12084 byte(s)
Diff to previous 76
%post, %preun, %check scripts to exit 0 by default.

Explanation: The normal behaviour of shell is to exit with the exit code 
of the last-run command.  Sometimes this means the last 'if' condition, 
or a '&&' conjunction can unintentionally abort an install. This change
effectively adds an 'exit 0' to the end of most scripts. To raise a failure,
scripts must now explicitly call 'exit 1'. This will terminate the 
installation process on most platforms.


Revision 76 - (view) (annotate) - [select for diffs]
Modified Tue Oct 10 12:15:27 2006 UTC (3 years, 1 month ago) by davidl
File length: 12055 byte(s)
Diff to previous 69
Fix bug where hpux init symlinks would have wrong priority links

Revision 69 - (view) (annotate) - [select for diffs]
Modified Thu Sep 21 05:54:57 2006 UTC (3 years, 2 months ago) by davidl
File length: 12012 byte(s)
Diff to previous 65
fix service starting when user is not root

Revision 65 - (view) (annotate) - [select for diffs]
Modified Thu Sep 21 03:32:37 2006 UTC (3 years, 2 months ago) by davidl
File length: 11790 byte(s)
Diff to previous 62
improve error messages from install helper script

Revision 62 - (view) (annotate) - [select for diffs]
Modified Thu Sep 21 02:39:30 2006 UTC (3 years, 2 months ago) by davidl
File length: 11760 byte(s)
Diff to previous 57
fix problem with stop scripts on hpux

Revision 57 - (view) (annotate) - [select for diffs]
Modified Tue Sep 19 05:28:03 2006 UTC (3 years, 2 months ago) by davidl
File length: 11752 byte(s)
Diff to previous 56
complete support for %check section

Revision 56 - (view) (annotate) - [select for diffs]
Modified Tue Sep 19 05:16:40 2006 UTC (3 years, 2 months ago) by davidl
File length: 11640 byte(s)
Diff to previous 47
pp_function/pp_functions: emits platform-dependent shell function

Revision 47 - (view) (annotate) - [select for diffs]
Modified Mon Aug 7 03:30:16 2006 UTC (3 years, 3 months ago) by davidl
File length: 10931 byte(s)
Diff to previous 44
catch Solaris 2.6 names; fix tests to run on sol2.6 sh

Revision 44 - (view) (annotate) - [select for diffs]
Modified Fri Aug 4 09:51:57 2006 UTC (3 years, 3 months ago) by davidl
File length: 11163 byte(s)
Diff to previous 41
various fixes
- correct missing description text on hpux
- add install script for hpux
- add 'list-files' command for the install helper script
- install helper script understands $PP_PKGDESTDIR env var
- fix problem with %{..} substitution on hpux (sed doesn't grok \n)
- fix bug where the special filename - wasn't being recognised
- add tests to make sure backslashes in sections work

Revision 41 - (view) (annotate) - [select for diffs]
Modified Fri Aug 4 04:50:34 2006 UTC (3 years, 3 months ago) by davidl
File length: 9819 byte(s)
Diff to previous 39
add an --install-script option to simplify testing

Revision 39 - (view) (annotate) - [select for diffs]
Modified Thu Aug 3 16:42:06 2006 UTC (3 years, 3 months ago) by davidl
File length: 9814 byte(s)
Diff to previous 34
Insert build platform distro into package name

Revision 34 - (view) (annotate) - [select for diffs]
Modified Thu Aug 3 05:27:12 2006 UTC (3 years, 3 months ago) by davidl
File length: 9596 byte(s)
Diff to previous 33
improve service support on HPUX

Revision 33 - (view) (annotate) - [select for diffs]
Modified Mon Jul 31 04:47:27 2006 UTC (3 years, 3 months ago) by davidl
File length: 8630 byte(s)
Diff to previous 32
missing test

Revision 32 - (view) (annotate) - [select for diffs]
Modified Mon Jul 31 04:45:10 2006 UTC (3 years, 3 months ago) by davidl
File length: 8625 byte(s)
Diff to previous 26
Add init script links, and a config.d file.
The config.d file aggregates startup controls.
Services currently default to starting up.

Revision 26 - (view) (annotate) - [select for diffs]
Added Thu Jul 27 12:21:01 2006 UTC (3 years, 3 months ago) by davidl
File length: 6476 byte(s)
HPUX backend (incomplete)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Ted.Percival@quest.com
ViewVC Help
Powered by ViewVC 1.1.2