Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dailystrips-update(1) [debian man page]

DAILYSTRIPS-UPDATE(1)					      General Commands Manual					     DAILYSTRIPS-UPDATE(1)

NAME
dailystrips-update - download updated dailystrips definitions SYNOPSIS
dailystrips-update [OPTIONS] DAYS WARNING
This script is intended to use under the assumption that the development version of strips.def is the latest and best. Unfortunately, at the time of this writing (August, 2007) upstream development seems to have ceased, so using this script will likely result in a more out- of-date strips definiton than is included in the distribution. WARNING
Due to the above, as of November 2009, dailystrips-update has been neutered to exit immediately on execution, and it is expected that it will be removed in a future version of this package. DESCRIPTION
The dailystrips-update script is provided to automatically retrieve updated strip definitions from a central server, eliminating the need to manually download and install new versions of the entire program. It is recommened that the dailystrips-update script be run before each execution of the main dailystrips program. The dailystrips-update script has provisions to only check for updates if the current file has reached a certain age, which maximizes efficiency and should allow users to run the update script before each execution of dailystrips without overtaxing the update server. USAGE
Operation is straightforward. Simply execute dailystrips-update and the updated definitions will be saved to ~/.dailystrips-updates.def, which will automatically be loaded by the main dailystrips program. OPTIONS
-q, --quiet Turn off progress messages -v, --verbose Turn on extra progress information, overrides -q --proxy host:port Use specified HTTP proxy server (overrides environment proxy, if set) --proxyauth user:pass Set username and password for proxy server --noenvproxy Ignore the http_proxy environment variable, if set --retries NUM When downloading items, make NUM attempts instead of only once --updates FILE Save updates to FILE instead of ~/.dailystrips-updates.def --minage NUM Skip downloading updates if local file is less than NUM seconds old -V, --version Print version number -h, --help Show summary of options SEE ALSO
dailystrips(1) AUTHOR
This manual page was written by Rene Weber <rene_debmaint@public.e-mail.elvenlord.com>, for the Debian GNU/Linux system (but may be used by others). June 25, 2004 DAILYSTRIPS-UPDATE(1)

Check Out this Related Man Page

UPDATE-PASSWD(8)					      System Manager's Manual						  UPDATE-PASSWD(8)

NAME
update-passwd - safely update /etc/passwd, /etc/shadow and /etc/group SYNOPSIS
update-passwd [options] DESCRIPTION
update-passwd handles updates of /etc/passwd, /etc/shadow and /etc/group on running Debian systems. It compares the current files to mas- ter copies, distributed in the base-passwd package, and updates all entries in the global system range (that is, 0-99). OPTIONS
update-passwd follows the usual GNU command line syntax, with long options starting with two dashes ('-'). -p, --passwd-master=FILE Use FILE as the master copy of the passwd database. The default value is /usr/share/base-passwd/passwd.master. -g, --group-master=FILE Use FILE as the master copy of the group database. The default value is /usr/share/base-passwd/group.master. -P, --passwd=FILE Use FILE as the system passwd database. The default value is /etc/passwd. -S, --shadow=FILE Use FILE as the system shadow database. The default value is /etc/shadow. -G, --group=FILE Use FILE as the system group database. The default value is /etc/group. -s, --sanity-check Only perform sanity-checks but don't do anything. -v, --verbose Give detailed information about what we are doing. A second -v gives additional detail. -n, --dry-run Don't do anything but only show what we would do. -L, --no-locking Don't attempt to lock the account database. This should only be used for debugging purposes. I repeat: do not do this unless you are really sure you need this! -h, --help Show a summary of how to use update-passwd. -V, --version Show the version number BUGS
At this moment update-passwd does not verify the shadow-file. It should check if the entries in the passwd are also in shadow and vice versa, and that passwords are not present in both files. AUTHOR
Wichert Akkerman <wakkerma@debian.org> This program was written for the Debian project, and is copyright 1999-2002 Wichert Akkerman and copyright 2002, 2003 Colin Watson. It is distributed under version 2 of the GNU General Public License. DEBIAN
Debian tools UPDATE-PASSWD(8)
Man Page