head	1.3;
access;
symbols
	v1_2_1:1.3
	sf-snapshot:1.3;
locks; strict;
comment	@# @;


1.3
date	2005.05.27.17.00.59;	author jhandcock;	state Exp;
branches;
next	1.2;

1.2
date	2005.05.27.16.10.04;	author jhandcock;	state Exp;
branches;
next	1.1;

1.1
date	2005.05.27.15.42.49;	author jhandcock;	state Exp;
branches;
next	;


desc
@@


1.3
log
@        * install: Revert last patch.
        * update-perms: New.
@
text
@#!/bin/sh
#
# This script installs the files necessary for root authentication when using
# Eclipse-OProfile.

install -D -m 644 opcontrol-wrapper.security /etc/security/console.apps/opcontrol
install -D -m 644 opcontrol-wrapper.pamd /etc/pam.d/opcontrol
@


1.2
log
@        * install: Set executable bits for `opxml', `opcontrol', and
        `uninstall'.
@
text
@d4 1
a4 2
# Eclipse-OProfile.  This script also set the executable bits for 
# Eclipse-OProfile executables.
a7 5

opxml=$(find os -type f -name opxml)
chmod +x $opxml
chmod +x opcontrol
chmod +x uninstall
@


1.1
log
@        * install: New.
        * uninstall: New.
        * build.properties: Include new files.
@
text
@d4 2
a5 1
# Eclipse-OProfile.
d9 5
@

