summaryrefslogtreecommitdiff
path: root/pp
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2010-10-01 12:08:02 -0400
committerTodd C. Miller <Todd.Miller@courtesan.com>2010-10-01 12:08:02 -0400
commita7da051417e83f34f745b5948f6d5b7dff52a541 (patch)
tree489b0eb63662d2c567de1088749178236c7b15fc /pp
parentf97ee56e118c4ebc300413388845e21e9123b5d9 (diff)
downloadsudo-a7da051417e83f34f745b5948f6d5b7dff52a541.tar.gz
Add support for multiple package instances on Solaris.
Diffstat (limited to 'pp')
-rwxr-xr-xpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/pp b/pp
index 22c050b61..c06c5f82d 100755
--- a/pp
+++ b/pp
@@ -1,6 +1,6 @@
#!/bin/sh
# (c) 2010 Quest Software, Inc. All rights reserved
-pp_revision="20100917"
+pp_revision="291"
# Copyright 2010 Quest Software, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -2753,6 +2753,7 @@ pp_backend_solaris_init () {
pp_solaris_category=
pp_solaris_istates="s S 1 2 3" # run-states when install is ok
pp_solaris_rstates="s S 1 2 3" # run-states when remove is ok
+ pp_solaris_maxinst=
pp_solaris_vendor=
pp_solaris_copyright=
pp_solaris_name=
@@ -2982,6 +2983,8 @@ pp_backend_solaris () {
echo "RSTATES=$pp_solaris_rstates" >> $pkginfo
test -n "$pp_solaris_istates" &&
echo "ISTATES=$pp_solaris_istates" >> $pkginfo
+ test -n "$pp_solaris_maxinst" &&
+ echo "MAXINST=$pp_solaris_maxinst" >> $pkginfo
test -n "${pp_solaris_vendor:-$vendor}" &&
echo "VENDOR=${pp_solaris_vendor:-$vendor}" >> $pkginfo