Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
rancid-stable
> rancid-3.2.p7
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File rancid-3.2.p7 of Package rancid-stable (Revision 25)
Currently displaying revision
25
,
show latest
Index: CHANGES =================================================================== --- CHANGES (revision 3120) +++ CHANGES (working copy) @@ -33,6 +33,8 @@ ciscowlc.pm: comment a few config lines that can not be imported 3.2 + control_rancid: fix handling of <group>/rancid.conf in git - Mike Eklund + control_rancid: fix handling of configs/.cvsignore panos.pm: fix package definition - martyMusto Index: bin/control_rancid.in =================================================================== --- bin/control_rancid.in (revision 3119) +++ bin/control_rancid.in (working copy) @@ -236,6 +236,7 @@ ;; git ) git status -s rancid.conf | grep '^?' + if [ $? -eq 0 ] ; then LN=1; else LN=0; fi ;; esac if [ $LN -eq 0 ] ; then