Maintenance update to 1.52.

This commit is contained in:
Christian Weisgerber 2004-10-12 14:42:27 +00:00
parent ddaac1b9d2
commit c68852be01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119038
4 changed files with 9 additions and 24 deletions

View file

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= sdd
PORTVERSION= 1.31
PORTREVISION= 1
PORTVERSION= 1.52
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.berlios.de/pub/sdd/

View file

@ -1,2 +1,2 @@
MD5 (sdd-1.31.tar.gz) = 430783f281d22e408c74ce1cb472a059
SIZE (sdd-1.31.tar.gz) = 255292
MD5 (sdd-1.52.tar.gz) = efb6f2d8a39080c8ad085211e01293d6
SIZE (sdd-1.52.tar.gz) = 319493

View file

@ -1,14 +0,0 @@
$FreeBSD$
--- sdd/sdd.1.orig Tue Jul 17 14:21:13 2001
+++ sdd/sdd.1 Fri Jul 20 00:51:14 2001
@@ -346,7 +346,7 @@
This is done by using the
rcmd(3) interface to get a connection to a rmt(1) server.
.PP
-.B Star
+.B Sdd
resets its effective uid back to the real user id immediately after setting up
the remote connection to the rmt server and before opening any other file.
.SH BUGS

View file

@ -1,9 +1,9 @@
$FreeBSD$
--- sdd/sdd.c.orig Tue Jul 17 14:22:28 2001
+++ sdd/sdd.c Fri Jul 20 00:51:14 2001
@@ -1542,11 +1542,13 @@
--- sdd/sdd.c.orig Fri Sep 17 02:28:51 2004
+++ sdd/sdd.c Fri Sep 17 02:30:12 2004
@@ -1654,11 +1654,13 @@
usage(ex)
int ex;
{
@ -14,12 +14,12 @@ $FreeBSD$
Usage: sdd [option=value] [-flag]\n\
Options:\n\
");
- error ("\
- error("\
+ fprintf(fp, "\
if=name Read input from name instead of stdin\n\
of=name Write output to name instead of stdout\n\
-inull Do not read input from file (use null char's)\n\
@@ -1560,7 +1562,7 @@
@@ -1672,7 +1674,7 @@
seek=#,skip=# Seek/skip # bytes on input/output before starting\n\
ivseek=#,ovseek=# Seek # bytes on input/output volumes before starting\n\
");
@ -28,7 +28,7 @@ $FreeBSD$
-notrunc Do not trunctate existing output file\n\
-pg Print a dot on each write to indicate progress\n\
-noerror Do not stop on error\n\
@@ -1571,8 +1573,8 @@
@@ -1683,8 +1685,8 @@
-fill Fill each record with zeros up to obs\n\
-swab,-block,-unblock,-lcase,-ucase,-ascii,-ebcdic,-ibm\n\
");