###############################################################################
# Control file format for NPM command files
#
# General rules:
#  1. Lines that begin with "#" or contain only whitespace are ignored
#  2. All leading and trailing whitespace on lines is ignored
#  3. Any number of whitespace between parameters/arguments on a line may be used
#  4. Either '/' or '\' may be used between path names
#  5. Any line with a ';' anywhere in the line is not proceessed
#  6. Lines that begin with "Platform:" indicate all following lines until the
#     next "Platform:" line are for the specified platform or platforms
#        example   Platform:  solaris
#                  Platform:  linux hpux
#        recognized platform names are   aix hpux linux netware solaris windows
#        but good luck creating symbolic links on windows or netware
#  7. Control strings like "Platform:"  are case insensitive i.e. "pLatfOrM:" is valid
#  8. Control strings like "Platform:"  must begin at the beginning of the line
#  9. If no "Platform:" is specified then all platforms are assumed
# 10. If "Platform:" is specified with no platform names then all no platforms are assumed
#                 (therefore it would not make sense to do this)
# 11. This file must exist in the NPM under the "currentwebcommand/..." psuedo directory
# 12. Currently any " " space chars in file names within the iManager directory should
#     not be required and is currently not supported by this feature.  i.e. 1-N 
#     parameters/arguments per line with separating whitespace in between is expected.
#
###############################################################################
#  Specific rules for "permissions.txt"
#     This filename is casesensitive and must be lowercase
#
#     Two parameters per line are FILENAME and PERMISSIONS
#     The format of lines are:
#        FILENAME PERMISSIONS
#     FILENAME -  the file to set permissions on relative to .../tomcat/webapps/nps/
#     PERMISSIONS - Permissions in Octal
#        example "WEB-INF/bin/linux/executableFileName    755
#
# NOTE:  symbolic link permissions did not seem to matter.  It was the permission of the 
#        actual file that could affect execution.  Hp-ux required libraries to be executable
#        Linux and Solaris did not.
#           
###############################################################################


Platform: hpux
WEB-INF/bin/hpux/libJClient.sl.1.0     755
WEB-INF/bin/hpux/libdclient.sl.0       755
WEB-INF/bin/hpux/libn4u.sl.0           755
WEB-INF/bin/hpux/libndssdk.sl.1.0      755
WEB-INF/bin/hpux/libnmasclnt.sl        755
WEB-INF/bin/hpux/libntls.sl            755
WEB-INF/bin/hpux/libpdksa.sl.0         755
WEB-INF/bin/hpux/libsal.sl.1.0         755
WEB-INF/bin/hpux/libsch.sl.1.0         755
WEB-INF/bin/hpux/libspmclnt.sl         755


Platform: linux
WEB-INF/bin/linux/libJClient.so.1.0.0     755
WEB-INF/bin/linux/libndssdk.so.1.0.0      755
WEB-INF/bin/linux/libnmasclnt.so          755
WEB-INF/bin/linux/libntls.so              755
WEB-INF/bin/linux/libsal.so.1.0.0         755
WEB-INF/bin/linux/libsch.so.1.0.0         755
WEB-INF/bin/linux/libspmclnt.so           755


Platform: solaris
WEB-INF/bin/solaris/libJClient.so.1.0.0   755
WEB-INF/bin/solaris/libndssdk.so.1.0.0    755
WEB-INF/bin/solaris/libnmasclnt.so        755
WEB-INF/bin/solaris/libntls.so            755
WEB-INF/bin/solaris/libsal.so.1.0.0       755
WEB-INF/bin/solaris/libsal_psr.so.1.0.0   755
WEB-INF/bin/solaris/libsch.so.1.0.0       755
WEB-INF/bin/solaris/libspmclnt.so         755

