From 062d25d431bb2aa5f6437fd205b608372d77e5f5 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 26 Jan 2017 09:55:30 -0500 Subject: major revision to 1.0-7 is in progress --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b27cf80 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +### Overview +keepalive is a python script that keeps the system logged into an http proxy using kerberos. Only kerberos-joined systems (e.g., AD domain computers) can use this package. +For a description of the package itself, view usr/share/keepalive/docs/README.txt. + +### Building +The recommended way to build an rpm is: + + mkdir -p ~/rpmbuild/SOURCES ~/rpmbuild/RPMS ~/rpmbuild/SPECS ~/rpmbuild/BUILD ~/rpmbuild/BUILDROOT + mkdir -p ~/rpmbuild/SOURCES/keepalive-1.0-7/ + cd ~/rpmbuild/SOURCES/bgscripts-1.0-7 + git init + git pull https://github.com/bgstack15/keepalive + usr/share/bgscripts/inc/pack rpm + -- cgit