Skip to content

Commit

Permalink
Merge pull request #35 from aleibl/develop
Browse files Browse the repository at this point in the history
Some cleanup plus packaging enhancements.
  • Loading branch information
rad1us committed Apr 30, 2014
2 parents 1995e38 + 04ab0ac commit 16c99f9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion AIX/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WITH_DEBUG = -g
OPENSSL = ../openssl
CFLAGS = -O $(WITH_DEBUG) -I $(OPENSSL)/include

LDFLAGS = -L$(OPENSSL)/lib
LDFLAGS = -L$(OPENSSL)
LDLIBS = -lcrypto

MAN = sscep.8
Expand Down
4 changes: 2 additions & 2 deletions AIX/lpp_template.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Fileset
Include license files in this package: N
Requisites:
USRLIBLPPFiles
Pre-installation Script: __PACKAGINGDIR__/AIX/sscep.pre-install.sh
Pre-deinstall Script: __PACKAGINGDIR__/AIX/sscep.pre-deinstall.sh
Post-installation Script: __PACKAGINGDIR__/AIX/sscep.post-install.sh
Unconfiguration Script: __PACKAGINGDIR__/AIX/sscep.unconfiguration.sh
EOUSRLIBLPPFiles
USRFiles
/opt/CertNanny
Expand Down
1 change: 1 addition & 0 deletions AIX/sscep.pre-install.sh → AIX/sscep.post-install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/ksh

/usr/bin/ln -fs /opt/CertNanny/bin/sscep_static /usr/bin/sscep
/usr/bin/ln -fs /opt/CertNanny/bin/sscep_static /opt/CertNanny/bin/sscep

4 changes: 0 additions & 4 deletions AIX/sscep.pre-deinstall.sh

This file was deleted.

5 changes: 5 additions & 0 deletions AIX/sscep.unconfiguration.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/ksh

/usr/bin/rm -f /usr/bin/sscep
/usr/bin/rm -f /opt/CertNanny/bin/sscep

File renamed without changes.
2 changes: 1 addition & 1 deletion Solaris/Prototype
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ s none /opt/CertNanny/bin/sscep=/opt/CertNanny/bin/sscep_static
f none /opt/CertNanny/COPYRIGHT.sscep 0644 root root
d none /usr ? ? ?
d none /usr/bin ? ? ?
s none /usr/bin/sscep=/opt/CertNanny/bin/sscep_static
#s none /usr/bin/sscep=/opt/CertNanny/bin/sscep_static

0 comments on commit 16c99f9

Please sign in to comment.