Mailinglist Archive: opensuse-commit (832 mails)
| < Previous | Next > |
commit sysvinit for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 09 Feb 2010 22:28:58 +0100
- Message-id: <20100209212858.A25CF202AD@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package sysvinit for openSUSE:Factory
checked in at Tue Feb 9 22:28:58 CET 2010.
--------
--- sysvinit/sysvinit.changes 2010-01-29 14:32:06.000000000 +0100
+++ /mounts/work_src_done/STABLE/sysvinit/sysvinit.changes 2010-02-08
15:59:59.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 8 15:58:56 CET 2010 - werner@xxxxxxx
+
+- Add a manual page for utmpdump (bnc#576967)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sysvinit.spec ++++++
--- /var/tmp/diff_new_pack.y9fSpL/_old 2010-02-09 22:28:30.000000000 +0100
+++ /var/tmp/diff_new_pack.y9fSpL/_new 2010-02-09 22:28:30.000000000 +0100
@@ -30,7 +30,7 @@
PreReq: coreutils
AutoReqProv: on
Version: 2.86
-Release: 219
+Release: 220
Summary: SysV-Style init
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libselinux-devel libsepol-devel
++++++ sysvinit-2.85-paths.patch ++++++
--- /var/tmp/diff_new_pack.y9fSpL/_old 2010-02-09 22:28:31.000000000 +0100
+++ /var/tmp/diff_new_pack.y9fSpL/_new 2010-02-09 22:28:31.000000000 +0100
@@ -1,7 +1,5 @@
-Index: man/init.8
-===================================================================
---- man/init.8.orig
-+++ man/init.8
+--- man/init.8
++++ man/init.8 2004-03-12 12:44:29.000000000 +0000
@@ -232,7 +232,7 @@ It activates the \fIkbrequest\fP action.
.SH CONFORMING TO
\fBInit\fP is compatible with the System V init. It works closely
@@ -11,10 +9,8 @@
If your system uses this convention, there should be a \fIREADME\fP
file in the directory \fI/etc/init.d\fP explaining how these scripts work.
.\"}}}
-Index: src/paths.h
-===================================================================
---- src/paths.h.orig
-+++ src/paths.h
+--- src/paths.h
++++ src/paths.h 2004-03-12 12:45:00.000000000 +0000
@@ -26,10 +26,10 @@
#define SHELL "/bin/sh" /* Default shell */
#define SULOGIN "/sbin/sulogin" /* Sulogin */
++++++ sysvinit-2.86-race.patch ++++++
--- /var/tmp/diff_new_pack.y9fSpL/_old 2010-02-09 22:28:31.000000000 +0100
+++ /var/tmp/diff_new_pack.y9fSpL/_new 2010-02-09 22:28:31.000000000 +0100
@@ -1,7 +1,5 @@
-Index: src/init.c
-===================================================================
---- src/init.c.orig
-+++ src/init.c
+--- src/init.c
++++ src/init.c 2005-10-19 10:01:15.000000000 +0000
@@ -20,6 +20,14 @@
*
*/
++++++ sysvinit-2.86-utmp.patch ++++++
--- /var/tmp/diff_new_pack.y9fSpL/_old 2010-02-09 22:28:31.000000000 +0100
+++ /var/tmp/diff_new_pack.y9fSpL/_new 2010-02-09 22:28:31.000000000 +0100
@@ -1,7 +1,5 @@
-Index: src/init.c
-===================================================================
---- src/init.c.orig
-+++ src/init.c
+--- src/init.c
++++ src/init.c 2006-08-22 13:04:27.000000000 +0000
@@ -107,6 +107,8 @@ sig_atomic_t got_signals; /* Set if we r
int emerg_shell = 0; /* Start emergency shell? */
int wrote_wtmp_reboot = 1; /* Set when we wrote the reboot record */
@@ -103,10 +101,8 @@
/*
* Say hello to the world
-Index: src/init.h
-===================================================================
---- src/init.h.orig
-+++ src/init.h
+--- src/init.h
++++ src/init.h 2006-08-22 12:29:39.000000000 +0000
@@ -99,6 +99,10 @@ typedef struct _child_ {
extern CHILD *family;
extern int wrote_wtmp_reboot;
@@ -125,10 +121,8 @@
+#define D_WROTE_WTMP_RLEVEL -16
+#define D_WROTE_UTMP_RLEVEL -17
-Index: src/utmp.c
-===================================================================
---- src/utmp.c.orig
-+++ src/utmp.c
+--- src/utmp.c
++++ src/utmp.c 2006-08-22 12:28:52.000000000 +0000
@@ -49,6 +49,12 @@ char *line) /* Which line is this */
struct utsname uname_buf;
++++++ sysvinit-2.86.dif ++++++
--- /var/tmp/diff_new_pack.y9fSpL/_old 2010-02-09 22:28:31.000000000 +0100
+++ /var/tmp/diff_new_pack.y9fSpL/_new 2010-02-09 22:28:31.000000000 +0100
@@ -50,7 +50,7 @@
-USRBIN += utmpdump wall
-MAN1 += mountpoint.1 wall.1
+USRBIN += utmpdump wall mesg
-+MAN1 += mountpoint.1 wall.1 mesg.1
++MAN1 += utmpdump.1 mountpoint.1 wall.1 mesg.1
MAN8 += sulogin.8 bootlogd.8
endif
@@ -74,7 +74,7 @@
+BIN += mountpoint
+SBIN += sulogin
+USRBIN += utmpdump
-+MAN1 += mountpoint.1
++MAN1 += utmpdump.1 mountpoint.1
+MAN8 += sulogin.8
endif
@@ -917,3 +917,53 @@
#else
time(&utmp.ut_time);
#endif
+--- doc/utmpdump.1
++++ doc/utmpdump.1 2010-02-08 13:41:51.154825000 +0000
+@@ -0,0 +1,47 @@
++.TH UTMPDUMP 1 "Februar 8, 2010" "" "Linux System Administrator's Manual"
++.SH NAME
++utmpdump \- dump UTMP and WTMP files in raw format
++.SH SYNOPSIS
++.B utmpdump
++.RB [ \-froh ]
++.I filename
++.SH DESCRIPTION
++\fButmpdump\fP is a simple program to dump UTMP and WTMP files
++in raw format, so they can be examined.
++.SH OPTIONS
++.IP \fB\-f\fP
++output appended data as the file grows.
++.IP "\fB\-r\fP"
++reverse. Write back edited login information into utmp or wtmp files.
++.IP \fB\-o\fP
++use old libc5 format.
++.IP \fB\-h\fP
++usage information.
++.PP
++utmpdump can be useful in cases of corrupted utmp or wtmp entries.
++It can dump out utmp/wtmp to an ASCII file, then that file can
++be edited to remove bogus entries and reintegrated, using
++.PP
++.sp 1
++.in +1c
++.nf
++\fButmpdump -r < ascii file > wtmp\fP
++.fi
++.in -1c
++.sp 1
++but be warned as
++.B utmpdump
++was written for debugging purpose only.
++.SH BUGS
++You may
++.B not
++use the option \fB\-r\fP as the format for the
++utmp/wtmp files strongly depends on the
++input format. This tool is
++.B not
++supported, use it at your own risk only.
++.SH "SEE ALSO"
++.BR last (1),
++.BR w (1),
++.BR who (1),
++.BR utmp (5),
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |