star.c (schily-2021-08-14.tar.bz2) | : | star.c (schily-2021-09-18.tar.bz2) | ||
---|---|---|---|---|
/* @(#)star.c 1.411 20/07/04 Copyright 1985, 88-90, 92-96, 98, 99, 2000-2020 J. Schilling */ | /* @(#)star.c 1.412 21/08/20 Copyright 1985, 88-90, 92-96, 98, 99, 2000-2021 J. Schilling */ | |||
#include <schily/mconfig.h> | #include <schily/mconfig.h> | |||
#ifndef lint | #ifndef lint | |||
static UConst char sccsid[] = | static UConst char sccsid[] = | |||
"@(#)star.c 1.411 20/07/04 Copyright 1985, 88-90, 92-96, 98, 99, 2000 -2020 J. Schilling"; | "@(#)star.c 1.412 21/08/20 Copyright 1985, 88-90, 92-96, 98, 99, 2000 -2021 J. Schilling"; | |||
#endif | #endif | |||
/* | /* | |||
* Copyright (c) 1985, 88-90, 92-96, 98, 99, 2000-2020 J. Schilling | * Copyright (c) 1985, 88-90, 92-96, 98, 99, 2000-2021 J. Schilling | |||
*/ | */ | |||
/* | /* | |||
* The contents of this file are subject to the terms of the | * The contents of this file are subject to the terms of the | |||
* Common Development and Distribution License, Version 1.0 only | * Common Development and Distribution License, Version 1.0 only | |||
* (the "License"). You may not use this file except in compliance | * (the "License"). You may not use this file except in compliance | |||
* with the License. | * with the License. | |||
* | * | |||
* See the file CDDL.Schily.txt in this distribution for details. | * See the file CDDL.Schily.txt in this distribution for details. | |||
* A copy of the CDDL is also available via the Internet at | * A copy of the CDDL is also available via the Internet at | |||
* http://www.opensource.org/licenses/cddl1.txt | * http://www.opensource.org/licenses/cddl1.txt | |||
skipping to change at line 1837 | skipping to change at line 1837 | |||
#ifdef USE_REMOTE | #ifdef USE_REMOTE | |||
opt_remote(); | opt_remote(); | |||
#endif | #endif | |||
#ifdef USE_XATTR | #ifdef USE_XATTR | |||
opt_xattr(); | opt_xattr(); | |||
#endif | #endif | |||
#ifdef USE_SELINUX | #ifdef USE_SELINUX | |||
opt_selinux(); | opt_selinux(); | |||
#endif | #endif | |||
gtprintf("\n\n"); | gtprintf("\n\n"); | |||
gtprintf("Copyright (C) 1985, 88-90, 92-96, 98, 99, 2000-2020 Jör g Schilling\n"); | gtprintf("Copyright (C) 1985, 88-90, 92-96, 98, 99, 2000-2021 %s\ n", _("Jörg Schilling")); | |||
gtprintf("This is free software; see the source for copying condi tions. There is NO\n"); | gtprintf("This is free software; see the source for copying condi tions. There is NO\n"); | |||
gtprintf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"); | gtprintf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"); | |||
exit(0); | exit(0); | |||
} | } | |||
} | } | |||
LOCAL void | LOCAL void | |||
star_checkopts(oldtar, dodesc, usetape, archive, no_fifo, paxopts, llbs) | star_checkopts(oldtar, dodesc, usetape, archive, no_fifo, paxopts, llbs) | |||
BOOL oldtar; /* -O oldtar option */ | BOOL oldtar; /* -O oldtar option */ | |||
BOOL dodesc; /* -dodesc descend dirs from listfile */ | BOOL dodesc; /* -dodesc descend dirs from listfile */ | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |