aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2017-01-26 09:55:30 -0500
committerB Stack <bgstack15@gmail.com>2017-01-26 09:55:30 -0500
commit062d25d431bb2aa5f6437fd205b608372d77e5f5 (patch)
treef4595e0e2e00541314f4fe78d7de35ed6404798b /README.md
parentAdded to git (diff)
downloadkeepalive-062d25d431bb2aa5f6437fd205b608372d77e5f5.tar.gz
keepalive-062d25d431bb2aa5f6437fd205b608372d77e5f5.tar.bz2
keepalive-062d25d431bb2aa5f6437fd205b608372d77e5f5.zip
major revision to 1.0-7 is in progress
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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 <a href="usr/share/keepalive/docs/README.txt" target="_blank">usr/share/keepalive/docs/README.txt</a>.
+
+### 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
+
bgstack15