FreeBSD Bugzilla – Attachment 13078 Details for
Bug 25014
junk files in ~ncvs/CVSROOT/commitlogs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 424 bytes, created by
mkamm
on 2001-02-11 22:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mkamm
Created:
2001-02-11 22:50:02 UTC
Size:
424 bytes
patch
obsolete
>--- /home/ncvs/CVSROOT/rotate.sh Sat Sep 21 16:02:01 1996 >+++ ./rotate.sh Sat Feb 10 18:08:49 2001 >@@ -11,6 +11,10 @@ > mv $file $file.$NOW > touch $file > chown ncvs:ncvs $file >- gzip $file.$NOW >- chown ncvs:ncvs $file.$NOW.gz >+ if [ -s $file.$NOW ]; then >+ gzip $file.$NOW >+ chown ncvs:ncvs $file.$NOW.gz >+ else >+ rm $file.$NOW >+ fi > done ><-----------------------------------------------------------------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25014
: 13078