~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to support-files/smf/install.sh.in

  • Committer: Trond Norbye
  • Date: 2009-05-18 18:11:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1028.
  • Revision ID: trond.norbye@sun.com-20090518181112-bwseceedccyi5l21
Remove output from ed during smf install

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
grep solaris.smf.value.drizzle /etc/security/auth_attr > /dev/null
21
21
if [ $? -ne 0 ]
22
22
then
23
 
  ed /etc/security/auth_attr <<EOF
 
23
  ed /etc/security/auth_attr > /dev/null <<EOF
24
24
a
25
25
solaris.smf.value.drizzle:::Change Drizzle value properties::
26
26
solaris.smf.manage.drizzle:::Manage Drizzle service states::
38
38
grep solaris.smf.manage.drizzle /etc/security/prof_attr > /dev/null
39
39
if [ $? -ne 0 ]
40
40
then
41
 
  ed /etc/security/prof_attr <<EOF
 
41
  ed /etc/security/prof_attr > /dev/null <<EOF
42
42
a
43
43
Drizzle Administration::::auths=solaris.smf.manage.drizzle,solaris.smf.value.drizzle
44
44
.