diff options
| author | Chris Rees <crees@FreeBSD.org> | 2013-02-09 12:00:52 +0000 | 
|---|---|---|
| committer | Chris Rees <crees@FreeBSD.org> | 2013-02-09 12:00:52 +0000 | 
| commit | 0dd757920977efb2456287e8d7920b3822c5bbe4 (patch) | |
| tree | 2de43f02a7adf2cde27a75528b780bbad6998d32 /textproc/modlogan/files/patch-cssfile-writting | |
| parent | - Update to 3.7.48, give mainatinership to submitter [1] (diff) | |
Various spelling corrections
PR:		ports/175331
Submitted by:	Christoph Mallon
Approved by:	No objections within three weeks from any maintainer
While here, style and duplicate phrase fixes in bsdcflow pkg-descr
Submitted by:	mi
Notes
Notes:
    svn path=/head/; revision=311969
Diffstat (limited to 'textproc/modlogan/files/patch-cssfile-writting')
| -rw-r--r-- | textproc/modlogan/files/patch-cssfile-writting | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/textproc/modlogan/files/patch-cssfile-writting b/textproc/modlogan/files/patch-cssfile-writting index a34c1d02f433..c5d1f3ed4f06 100644 --- a/textproc/modlogan/files/patch-cssfile-writting +++ b/textproc/modlogan/files/patch-cssfile-writting @@ -47,7 +47,7 @@ diff -u -u -r1.100 generate.c  +  +	ret = unlink(filename);  +	if(ret == 0 || (ret == -1 && errno == ENOENT)) { -+		/* If no error occured or the file didn't existed: link it. */ ++		/* If no error occurred or the file didn't existed: link it. */  +  +		ret = symlink(conf->cssfile, filename);  +		if (ret != 0) { | 
