Martin Schulze <[EMAIL PROTECTED]> writes:
> Sounds good.
I know it sounds good. I just want to be sure that's it's the right
thing to do. :)
So my understanding is that only i386 and m68k are to be official 2.0
releases. alpha (and other) will wait for 2.1.
Guy
--
To UNSUBSCRIBE, email to
http://www.debian.org/Lists-Archives/debian-devel-9804/msg01409.html
A reasonable amount of time has passed. I'll check a few randomly
selected mirrors and restore the links if all is well.
Guy
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EM
Michael Alan Dorman <[EMAIL PROTECTED]> writes:
> Yes and yes. I've got a tree that has, among other things,
> debian-changelog.el working with the new emacs. I need to integrate
> the changes Miquel and Juan made.
This is easy to do with cvs.
cvs checkout -r v1_4_0_20 dpkg
# copy your changes
I agree with Manoj here.
Modifying libc to catch common security goals is a laudable goal, but
such a libc should go to experimental.
Guy
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Douglas Bates <[EMAIL PROTECTED]> writes:
> Make that
> http://www.npr.org/ramfiles/980417.totn.02.ram
> if you just want the last hour. The Free Software segment is the
> second part of that hour.
It starts 27:20 minutes in.
Guy
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a
The sizes are:
62997 contrib/binary-i386
326744 main/binary-i386
65237 non-free/binary-i386
31849 main/disks-i386
86526 contrib/source
690239 main/source
148075 non-free/source
Since the official CD doesn't include non-free, there won't be a
problem for this release. All the binaries a
Martin Schulze <[EMAIL PROTECTED]> writes:
> msqld will only modify /etc/group when the needed group is missing.
I don't have msqld installed, so msqld might be doing the correct
thing. It's fine to add the group with 'groupadd -g 36 msql', but you
definitely shouldn't modify the file directly.
It's just a silly bug. It calls that code from some scripts which
have fd0 dup'd elsewhere, so isatty(0) is false and getlogin() fails.
Guy
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Remco Blaakmeer <[EMAIL PROTECTED]> writes:
> If shadow-login is the only program that supports these fields, they are
> useless. If a user had a value "pri=5", he would only have to do something
> like
> echo 'command' | at now
> to get 'command' executed at normal priority.
Yes, it's not very e
My computer died last Saturday, and I'm still in the process of
figuring out what's wrong with it. I'll hopefully be back by Friday.
Guy
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
"Rev. Joseph Carter" <[EMAIL PROTECTED]> writes:
> This should also make GPL mods to Mozilla a no-no since that would mean that
> Mozilla would have to be GPL. Mozilla is NOT GPL. However RMS said GPL
> patches to Mozilla was still possible. Why is it possible for Mozilla and
> not for Qt?
The
On Sun, 16 Jun 1996, Michael Alan Dorman wrote:
> What about dchanges, though? Is it going to wreak havoc in the
> archive if tons of .changes files show up with misc/extra, even when
> that's not actually where those packages belong?
No, it just gets overriden and dinstall will send you a warni
On Mon, 17 Jun 1996, Bruce Perens wrote:
> With that license it would definitely go in non-free. Each CD manufacturer
> would have to ask permission individually to put it on their CD.
Dale, why don't you send them some mail asking if this would be the
case? If so - nonfree, if not - main.
I th
On 19 Jun 1996 [EMAIL PROTECTED] wrote:
> I'm working on a package that makes extensive use of getpgrp(pid), but
> the getpgrp() that comes in libc5 doesn't take an argument (which is
> not fun if you're managing a number of process groups from a number
> of distinct sessions).
The fifth item in
On Tue, 18 Jun 1996, Susan G. Kleinmann wrote:
> Can someone specify for me a document (either within /usr/doc or on
> the WWW somewhere) that says exactly what the internals of a .deb file
> look like?
deb(5) documents version 0.93. You'll have to ask Ian to fix the
update page for version 2.
On Wed, 19 Jun 1996, Chris Fearnley wrote:
> But I like that the Debian source packages
> can be untarred by anyone without dpkg and/or rpm installed.
I also think that's important. The source packages should be very
simple, and the source unpacker/packer should be written in a scripting
languag
On Wed, 19 Jun 1996 [EMAIL PROTECTED] wrote:
> Last night I read all the documents in the doc/package-developer directory
> and when I was finished I realised that I still did not know how to
> create the .deb package.
Get the hello package, and emulate it.
Guy
On Wed, 19 Jun 1996 [EMAIL PROTECTED] wrote:
> Can
> someone tell me what happened with this (dpkg --contents text*)
The binaries are all enormous, about 10x what they are on my i386.
Maybe it wasn't stripped? Also, the foreign language support at the
end?
drwxr-xr-x root/root 0 Jun 16 1
On Thu, 1 Aug 1996, Ian Jackson wrote:
> Should we move the copyright file (and the examples directory) into
> the per-package directory in /usr/doc ?
I don't think we should move the copyright file. Most people don't
ever need to look at them, so it's simpler if they're out of the way.
We shou
> Christian Hudon writes ("Re: Bug#3795: ae should not be essential"):
> > Isn't it that some of the packages that look at EDITOR fall back to ae if
> > there are problems with EDITOR?
vipw and vigr do this. They're in passwd which is essential, but won't
be as soon as I upload a new version.
G
On Fri, 2 Aug 1996, Dale Scheetz wrote:
> cd lib; /usr/bin/pmake -w all
> cd lib; /usr/bin/pmake - all
^ (no w)
Was that a typo on your part?
Guy
On Sun, 4 Aug 1996, Yves Arrouye wrote:
> Erick asked the question, but I don't remember if there was an answer.
> Would it be okay if, when uploading changes to a package, we only upload
> a .deb and a .diff.gz file?
No, it wouldn't be ok. Why don't you just use your account on master
to rebuil
On Mon, 5 Aug 1996, Craig Sanders wrote:
> Was epoch implemented? How do I use it?
Add ':' to the front of the version. The epoch has to be a
number. For example:
$ dpkg --compare-versions '2' gt '3'
$ echo $?
1
$ dpkg --compare-versions '1:2' gt '3'
$ echo $?
0
Guy
On Tue, 6 Aug 1996, Yves Arrouye wrote:
> I thought having a package with
>
> Provides: compress
> Replaces: compress
>
> would be like
>
> Provides: compress
> Conflicts: compress
>
> except that the conflict will not appear and I hoped that when the package
>
On 4 Aug 1996, Rob Browning wrote:
> Is this actually a bug? I don't think you are supposed to call a
> destructor directly in this situation. I would assume that the crash
> comes when the destructor is called a second time when the program
> exits main.
It is legal to explicitly call a destru
On Tue, 6 Aug 1996, Winfried Truemper wrote:
> Package: pine
> Version: 3.94-2
>
> Here what happens when I write e-mail:
>
> -rw-r--r-- 1 truemper students 169 Aug 6 17:37 #pico19247#
That's emacs's autosave file. emacs will copy the permissions of the
original file to set the autosav
On Fri, 9 Aug 1996, joost witteveen wrote:
>$ grep -i "Priority: Extra" Packages|wc -l
>179
>$ grep -i "Priority: Optional" Packages|wc -l
>230
>$ pwd
>/home/ftp/pub/Linux/Debian/unstable/binary-i386
Most of the extra packages are misfiled. They were entered into
On Fri, 9 Aug 1996, joost witteveen wrote:
> xosview-1.3.2-6 doesn't contain this bug.
So should it be in buzz-updates?
Guy
On Sun, 11 Aug 1996, Daniel Quinlan wrote:
(a problem with talk)
> I'm connected to the internet via PPP with dynamic addressing
Does your /etc/ppp/ip-up edit /etc/hosts, inserting your dynamic
address? If not, that's the problem.
Guy
This is a non-maintainer release.
Bug 3530 was really irritating me; I've had to put an ugly hack in
dinstall to deal with it.
I went ahead fixed the other 3 dchanges bugs as they were all trivial.
Date: 15 Aug 96 07:33 UT
Format: 1.6
Distribution: unstable
Urgency: Low
Maintainer: Guy
Package: dpkg
Version: 1.3.5
It's pretty obvious what's happening:
primer[~/incoming]$ dpkg-deb -f netstd_2.06-1_m68k.deb
PACKAGE: netstd
VERSION: 2.06-1
ARCHITECTURE: m68k
SECTION: net
PRIORITY: standard
MAINTAINER: Peter Tobias <[EMAIL PROTECTED]>
DEPENDS: netbase (>=2.00), libc5 (>=5.2.18-6),
Sorry for the long delay. I'm uploading 2.5-5 now which has your m68k
patches, among other things.
Date: 20 Aug 96 16:57 UT
Format: 1.6
Distribution: unstable
Urgency: Low
Maintainer: Guy Maor <[EMAIL PROTECTED]>
Source: util-linux
Version: 2.5-5
Binary: util-linux
Architecture:
On Tue, 13 Aug 1996, Lars Wirzenius wrote:
> My memory is going, my archives have bit rot...
>
> Did we reach any conclusion on reorganizing the devel directory?
No, the suggestions got a bit silly at the end though.
I'd prefer a non-hierarchical reorganization personally. While none of
the te
On Wed, 14 Aug 1996, Alexander O. Yuriev wrote:
> I trust you are all aware of the information released to
> bugtraq/linux-security and linux-alert mailing lists about the vulnerability
> of mount/umount utilities in Linux.
> I'd really appreciate if you provide some official informati
On Thu, 22 Aug 1996, Thomas Koenig wrote:
> I would suggest adding a line like
>
> xauth add :0 . `dd if=/dev/urandom count=1 bs=16 | md5sum`
util-linux 2.5-5, includes mcookie, a small c program which does this,
so the line should really be:
xauth add :0 . `mcookie`
Incidentally, mcookie trie
On Thu, 22 Aug 1996, Michael Meskes wrote:
> I've scanned through this list and found quite a lot of packages I never
> read an announcement of. I usually read debian-{devel,changes,user,private}
> so I take it I should have found this announcements. But I never have. Did I
> just miss them? Or is
On Thu, 22 Aug 1996, Michael Meskes wrote:
> Ian Jackson writes:
> > The aims of the policy detailed below are:
> > * That any user be able to rebuild any package in the official
> > Debian distribution from the original source plus our patches.
>
> Ahem, this isn't exact
On Fri, 23 Aug 1996 [EMAIL PROTECTED] wrote:
> I prefer a non-hierarchical reorganization as well but I suggest that the
> section directories are listed in one file per Distribution and that all
> scripts read this file first before doing anything.
The scripts which do operations on the hierarch
Package: base
Version: 1.1.0-14
/etc/passwd has
majordom:*:30:30:majordomo:/var/majordomo:/bin/sh
The group should be `majordom', not `majordomo'.
Guy
On Sun, 25 Aug 1996, Erik B Andersen wrote:
> Package: util-linux
> Version: 2.5-5
>
> /sbin/clock seg. faults. The following illustrates this problem:
I can't duplicate this. I'm running 2.0.15, libc5.2.18-10. I skipped
2.0.14 but doubt that that's the problem. Are you on a m68k perhaps?
Th
[EMAIL PROTECTED] writes:
> May I humbly suggest that we establish some sort of policy regarding packages
> that obsolete and can be retired?
Propose that the package be made obsolete on debian-devel. After the
discussion is resolved, file a bug against ftp.debian.org to make the
change.
Just be
On Sun, 25 Aug 1996, joost witteveen wrote:
> I'm closing this bug, as I cannot do anything about it, and
> the upstream maintainer doesn't care.
Those aren't appropriate reasons for closing bugs. Hopefully one day
the bug will really be resolved.
(reopening the bug)
Guy
On Mon, 26 Aug 1996, Michael Meskes wrote:
> In the postinst hostname is called with option -fqdn. However, there is no
> option 'q' nor an option 'n'.
It should be --fqdn (fully qualified domain name).
Guy
On Wed, 28 Aug 1996, Dale Scheetz wrote:
> In the pgp_us package both the readme.1st.intl and the readme.doc.us both
> refer to the file setup.doc, but I don't see that file anywhere in the doc
> directory for pgp. Is there some reason for this to be missing?
setup.doc is the installation guide;
On Wed, 28 Aug 1996, Michael Meskes wrote:
> shadow
I will take shadow as I am integrating it into login, passwd, etc.
anyway.
Guy
On Wed, 28 Aug 1996, Dale Scheetz wrote:
> In particular it says that packages that depend on
> packages in non-free are to reside in contrib (or non-free if other
> restictions apply).
I've also been meaning to bring this up, but from another angle.
Previously, Ian, you've said that packages whi
On Wed, 28 Aug 1996, Brian C. White wrote:
> The reason I bring this up is that there are now several package that are
> _intentionally_ in the distribution multiple times with different versions:
>
> Debian-1.1-fixed/binary-i386/text/gs_2.62-2.deb
> non-free/binary/gs_4.01-2.deb
This is the
On Thu, 29 Aug 1996, Marek Michalkiewicz wrote:
> The current version of pine is in non-free because the copyright
> is not clear.
The onus rests on the pine maintainer, not me, so I'm reassigning this
to pine.
Guy
On 29 Aug 1996, Kai Henningsen wrote:
> So, I'd propose a new directory, parallel to contrib and non-free. We
> could call it "dropped" or "orphaned" and include a README saying that
> these are packages that are no longer supported by the Debian project in
> any way, and are not recommended
On Sat, 31 Aug 1996, Ian Jackson wrote:
> I've asked this question before, but noone seemed to want to answer
> me, so I'm asking again:
>
> It would be good for the dpkg manuals to be on the Debian web pages.
> How do I organise this ? I can (for example) ship a .tar.gz of the
> HTML files with
On 30 Aug 1996, Rob Browning wrote:
> I just had someone with a problem with perl-tk and Debian 1.1.5.
> Apparently we have perl 5.003 and perl-tk b11.02-2 together in some of
> the directories. perl-tk b11.02-2 is not compatible with perl 5.003,
> so we need to move a copy of perl-tk b11.02-3 in
Package: hello
Version: 1.3-12
Section 3.2.4 of the programmer's manual says:
The file (debian/substvars) may be a static part of the source archive,
or generated and modified dynamically by debian/rules targets. In the
latter case it must be removed by the clean target.
hello's clean target doe
> run-time
> programs and files needed to run applications
> devel
> programs and files needed to develop applications
That's a very reasonable suggestion. It makes a clear division in
devel, and moves about half of the packages out.
Guy
On Mon, 2 Sep 1996, Anton Rebhan wrote:
> Repeatedly, I faced problems with a new installation and with
> upgrades coming from an out-of-date Packages file and/or of
> an incomplete set of packages.
> I have ignored missing packages when they were just recommended
> but not available. Currently, h
On Mon, 2 Sep 1996, Bdale Garbee wrote:
> Right now, the contrib and non-free trees are, by definition, "unstable"
> since they aren't frozen at release time. I don't think this is very nice
> for folks who are trying to run "latest stable" bits all the time.
There are prominent notices in both
On Sun, 1 Sep 1996, Michael Meskes wrote:
> 'Distribution: experimental' means unstable, doesn't it? Or do you really mean
> the experimental subtree under project?
No, `experimental' means the experimental subtree under project.
`unstable' is unstable.
Guy
Is the essentialness of a package a sufficient condition for using
pre-depends?
Guy
Package: rxvt
Version: 2.14
Doing cut and paste from rxvt to anything will discard empty lines.
The lines get lost in the cut.
Guy
> S> "Suggests:
> S> This is used to declare that one package may be more useful with one
> S> or more others. Using this field tells the packaging system and the
> S> user that the listed packages are be [sic] related to this one and can
> S> perhaps enhance its usefulness, but that installing th
On Fri, 6 Sep 1996, Gordon Russell wrote:
> Running the program as root solves this problem. On
> inspection, the abuse.x version is SGID root, which
> should instead probably be SUID root. This seems to solve
> my problems. Too bad the games and gamma.lsp files are not saved
> to the user's home
-- Forwarded message --
Date: Mon, 9 Sep 1996 00:20:17 -0400 (EDT)
From: Iain O'Cain <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Debian contact in Ann Arbor
I just got a message saying this didn't get through when I sent it to the
debian alias back in July...
Is there so
On Mon, 9 Sep 1996, Michael Meskes wrote:
> Does anyone have a path that make /sbin/clock work? I vaguely remember someone
> posting it a while ago. Right now s /sbin/clock -w just gives me a segfault.
It's in util-linux_2.5-6
Guy
On Mon, 9 Sep 1996, Ian Jackson wrote:
> When I uploaded debiandoc-sgml 1.0.5 the .changes file below was
> included. As you can see it said `Distribution: unstable'. However,
> I see that the package has not been installed into unstable but into
> project/experimental. It should be moved, and
On Mon, 9 Sep 1996, Buddha Buck wrote:
> That sounds good... However, please -DON'T- mark popclient as Replaces:
> netstd. As far as I understand, Replaces should only be used when one
> package completely replaces another's functionality, and I don't thing
> popclient replaces all of netstd.
On Tue, 10 Sep 1996, Dale Scheetz wrote:
> I am having problems getting date to produce the date in the format for
> the changelog.
Run the program `822-date'.
Guy
On Wed, 11 Sep 1996, Dale Scheetz wrote:
> Is there a method of picking up this information [package version]
> from a central source in the package?
You can just do what dpkg does - parse the changelog:
/usr/lib/dpkg/parsechangelog/debian < debian/changelog | \
sed -n '/Version: /s///p'
If you
Package: dpkg-ftp
Version: 1.4.3
After upgrading from 1.4.2, it wouldn't work without the user doing a
setup again:
-- Forwarded message --
Date: Thu, 12 Sep 1996 11:32:34 -0500 (CDT)
From: Guy Maor <[EMAIL PROTECTED]>
To: Debian User List
Subject: Re: dpkg-ftp 1.4.3
On Thu, 12 Sep 1996, Ian Jackson wrote:
> Guy Maor writes ("Re: Bug#4454: `Distribution: unstable' but it goes into
> project/experimental"):
> > This problem will recur whenever a package moves from one section or
> > distribution to another. dinstall c
On Wed, 11 Sep 1996, Michael Meskes wrote:
> Heiko Schlittermann writes:
> > Features:
> > * sending mail to debian-changes after
>
> debian-changes? Shouldn't this be debian-devel?
No, see policy manual 6.4.
Guy
Package: dpkg-dev
Version: 1.4.0
s/not// in programmer's manual 3.1.4:
Usually, neither of these fields should not be used unless removing a
package really will completely hose the system, making it impossible to
recover by (re)installing packages with dpkg.
Guy
On 8 Sep 1996, Kai Henningsen wrote:
> [EMAIL PROTECTED] (Guy Maor) wrote on 05.09.96 in <[EMAIL PROTECTED]>:
>
> > Is the essentialness of a package a sufficient condition for using
> > pre-depends?
>
> The difference in functionality between depends and pre-d
Package: dpkg-dev
Version: 1.4.0
s/not// in programmer's manual 3.1.4:
Usually, neither of these fields should not be used unless removing a
package really will completely hose the system, making it impossible to
recover by (re)installing packages with dpkg.
Guy
On Fri, 13 Sep 1996, Mr Stuart Lamble wrote:
> Would it perhaps be reasonable to package up 4.2, and place it in the
> non-free section, especially considering that 4.3 (currently in beta
> test) will remove that condition?
It is ok to have multiple versions of a package in different
distribution
On Wed, 18 Sep 1996, Frank Neumann wrote:
> Now that the bdflush package has been replaced by update - shouldn't the
> binary-/base/bdflush*.deb files be removed for all architectures?
> Or are they still need for reasons I fail to see?
Yes, they should. Silly of me to forget considering I'm the
On Tue, 17 Sep 1996, Christoph Lameter wrote:
> I thought the "Replaces:" implied the removal of the package before
> installation?
No, replaces and conflicts together implies that. RTFM.
Guy
> I've debianized ImageMagick and uploaded it to master, in section
> non-free for now. However I think I could move it to the 'graphics'
> section as:
> 1) The license states it's free (included as attachment)
> 2) It doesn't include the GIF compression code
> What do you think about this ?
Loo
On Wed, 18 Sep 1996, Dale Scheetz wrote:
> I am converting the joe package to the new source format and have run into
> a strange problem.
What version of tar are you using? tar 1.11.11 is a beta that changes
tar's behavior in all sorts of terrible ways. GNU accidentally
released it and then wi
On Thu, 19 Sep 1996, llucius wrote:
> When attempting to extract the source for eject_1.4-1, I received the
> following message:
>
> dpkg-source: error: diff contains unknown line `\ No newline at end of file'
>
> Is there a problem with the package or is there a critter in dpkg-source?
You ha
On Thu, 19 Sep 1996, Erick Branderhorst wrote:
> I added the following to the end of changelog file:
>
> Local variables:
> mode: debian-changelog
> End:
>
> Loading the file into emacs gives the error message:
>
> File local-variables error: (void-function debian-changelog-mode)
Did you load
On Thu, 19 Sep 1996, Christoph Lameter wrote:
> Seems that there is something wrong with dpkg-source. Why would it require
> a - instead of a _ for the orig.tar.gz when all the other files for the
> package have a _.
I suppose that's because a `-' is used in most other places, gnu for
example.
On 20 Sep 1996, Mark Eichin wrote:
> ii ldso1.8.2-1The Linux dynamic linker, library
> and utilit
>
> (a recent upgrade...) uucp hasn't been rebuilt as an ELF package, and:
>
> paycheck+% /usr/bin/uustat
> /usr/bin/uustat: can't load dynamic linker '/lib/ld.so nor
> /usr/i4
On Fri, 20 Sep 1996, Heiko Schlittermann wrote:
> Hmm, should the root portions change the umask before creating any
> files? (I think, it's no good idea.)
I also think it's a bad idea of dpkg to change the umask. His
debian/rules should fix the permissions of files it creates. This is a
non-b
-- Forwarded message --
Date: Mon, 23 Sep 1996 08:39:07 -0500
From: "Bunch, John F" <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: Bug#3087 acknowledged by developer (was: Bug in date.)
>>I am closing this bug report because setting the motherboard
On Sun, 22 Sep 1996, Dale Scheetz wrote:
> On Sat, 21 Sep 1996, llucius wrote:
>
> > I'm sorry it was the "-N" link option that causes "ae" to be linked
> > statically. Is it really necessary to use the option?
> >
> Well, my man page says:
>
>
>-N specifies readable and writabl
On Mon, 23 Sep 1996, James A. Robinson wrote:
> Well, I imagine if one takes that idea further, one would say that ae
> is the editor on the base disk because it is easier to use.
Plus it's very small.
> I think the real reason goes back to the fact that experienced users
> can set their EDITOR
There's probably no point in making patches that Ian disapproves of, as
he'll just change them back.
Guy
On Wed, 25 Sep 1996, Dominik Kubla wrote:
> When encountering NIS overide entries (like "+kubla::") while changing
> a local password, the programm will fill the empty fields with the string
> "(null)".
I can't duplicate this. On my system, `+kubla::' gets replaced
with `+kubla::0:0:::'.
Package: dpkg
Version: 1.4.0
dpkg compares falsely when the implict 0 epoch is made explicit.
$ dpkg --compare-versions '0:2' eq '0:2' ; echo $?
1
$ dpkg --compare-versions '1:2' gt '0:2' ; echo $?
1
$ dpkg --compare-versions '1:2' eq '0:2' ; echo $?
0
On Wed, 25 Sep 1996, Dominik Kubla wrote:
> It happens when passwd encounters a "+kubla" entry (without colons).
> Then it will insert something like:
>
> +kubla:(null):5999:103:(null):(null):(null)
>
> chosing apparently random values for uid/gid. The installed libc version
> is 5.2.18-11.
Acc
On Sun, 15 Sep 1996, Christoph Lameter wrote:
> util-linux does not install the whereis command from the utils. The
> whereis command is used to find the location of a Unix command and is very
> important.
Actually the whereis command is pretty useless because the places it
looks are hardcoded in
Package: rxvt
Version: 2.18-1
1. rxvt binary should be suid. Otherwise it can't make changes to utmp.
2. rxvt binary should be in /usr/X11R6/bin, not /usr/bin
Guy
On Fri, 27 Sep 1996, Christoph Lameter wrote:
> [justification for including whereis]
ok, I'll include it in the next version.
> But I noticed that a lot of the tools are NOT in other debian packages.
Which ones, specifically?
Guy
On Sat, 28 Sep 1996, Hamish Moffatt wrote:
> On one of my systems, passwd will segmentation fault after entering
> the new password if no finger information is present for the user
> in /etc/passwd. Typescript:
>
> [...]
>
> I am unable to duplicate this on my own Debian system.
I can't duplicate
On Fri, 27 Sep 1996, Heiko Schlittermann wrote:
> Ian Jackson wrote:
> : Please REVERSE the change you made to make the default rootcommand be
> : `eval'.
Yes, please do, dpkg-buildpackage 1.4.0.1 is *BROKEN* for me as I can
no longer use sudo to build my packages.
> Just trying ... sudo can't c
On Fri, 27 Sep 1996, Christoph Lameter wrote:
> On Fri, 27 Sep 1996, Guy Maor wrote:
>
> maor>> But I noticed that a lot of the tools are NOT in other debian packages.
> maor>
> maor>Which ones, specifically?
> Sorry I have to pass on that one right now. Leaving
On Fri, 27 Sep 1996, Heiko Schlittermann wrote:
> Why? If we can handle such case (umask != *77), why we don't handle
> this?
>
> Grep in scripts/ for 'fowner'
>
> controllib.pl:@fowner = (getpwnam(getlogin()))[2,3];
> dpkg-distaddfile.pl:chown(@fowner, "$fileslistfile.new")
> dpkg-gencontrol
On Mon, 30 Sep 1996, Heiko Schlittermann wrote:
> Imagine a real source package where the maintainer made a mistake
> packing the .orig.tar.gz. Unce uploaded there's no way to notify
> others about a new packed .orig.tar.gz (unless check all your already
> downloaded sources agains the md5sums r
On Mon, 30 Sep 1996, Hakan Ardo wrote:
> Hi,
> I have recently made the package compface (can be found in unstabe) containg
> the shared library libcompface. Now I am trying to make a package xfaces that
> uses this library. But I can't get dpkg-shlibdeps working. This is what is
> says:
You nee
Karl Ferguson <[EMAIL PROTECTED]> writes:
> 2. I installed shadowing as it suggested - started installing packages
> merrily. I also installed and configured NIS - however, I cannot log in
> any in my personal account - though I can finger anyone without trouble. I
> deinstalled shadow by doing
Karl Ferguson <[EMAIL PROTECTED]> writes:
> At 02:09 PM 18/05/97 -0500, Guy Maor wrote:
> >This might be because the + entry is not at the end? (5634, 8734) I
> >plan to release a new passwd package today which fixes this.
>
> I'm pretty sure I tried putting +:::
101 - 200 of 232 matches
Mail list logo