initial ungit plugin commit

This commit is contained in:
dmacias72
2016-11-05 18:07:29 -06:00
parent 540bfbab5b
commit 4badb37a72
10057 changed files with 1162739 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/sh
RC_SCRIPT="/etc/rc.d/rc.ungit"
SD_RCFILE="/etc/rc.d/rc.local_shutdown"
# Update file permissions of scripts
chmod +0755 $RC_SCRIPT
# add stop to shutdown script
if ! grep "$RC_SCRIPT" $SD_RCFILE >/dev/null 2>&1
then echo -e "\n[ -x $RC_SCRIPT ] && $RC_SCRIPT stop" >> $SD_RCFILE
fi
[ ! -x $SD_RCFILE ] && chmod u+x $SD_RCFILE

View File

@ -0,0 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
ungit: unGit unRAID 6.1+ Plugin
ungit:
ungit: Ungit is to bring user friendliness to git without sacrificing
ungit: versatility of git. Clean and intuitive UI that makes it easy to
ungit: understand git.
ungit:
ungit: https://github.com/FredrikNoren/ungit-gerrit
ungit:
ungit: dmacias72/unRAID
ungit: https://github.com/dmacias72/unRAID-plugins
ungit: