Mailinglist Archive: opensuse (4288 mails)
| < Previous | Next > |
RE: [SLE] Updates.
- From: John Ross Hunt <johnrosshunt@xxxxxxxxx>
- Date: Sat, 25 May 2002 21:15:32 -0500
- Message-id: <91C99542C59FD311975700A0CC3E04EC01E308@xxxxxxxxxxxxxxxxxx>
> On Sat, 25 May 2002 21:04:32 -0400
> Rafael Alexandre Schmitt <rafaelsch@xxxxxxxxxx>
> wrote:
>
> > On Sat, 25 May 2002 18:59:40 -0400 (EDT)
> > Landy Roman <landy@xxxxxxxxxxxxxxx> wrote:
> >
> > > On Sat, 25 May 2002 17:33:14 -0400
> > > "Fred A. Miller" <fmiller@xxxxxxxxxxxxx>
> > > wrote:
> > >
> > > > Is SuSE going to make KDE updates available
> > > > via YOU? 'Would be nice if they did!
> > > >
> > > > Fred
> > >
> > > i never trus YOU
> >
> > why not?? i'd like to know..... i'm a newbie
> > under Suse.
>
> sometimes you will say you need an upgrade you
> already have or vice-versa will not prompt
> you for an upgrade you have.... i normally either
> get the package myself or use red-carpet
Here's a script I run when YOU'se gets all screwy:
#!/bin/bash
if test $UID -eq 0 ; then
export VERSION=`cat /etc/SuSE-release | egrep VERSION | cut -d' ' -f3`
cd /var/lib/YaST/patches/i386/update/${VERSION}/patches
rm -f *.new *.installed
echo YOU\'se ready to go now.
else
echo Must be root. Not worthy...
fi
Now if YOU'se guys at SuSE would verify YOU'se patch list with the RPM
database us guys would be in biddness.
It also helps to get version numbers right, but that's a minor quibble.
Bye for now,
-jrh
> Rafael Alexandre Schmitt <rafaelsch@xxxxxxxxxx>
> wrote:
>
> > On Sat, 25 May 2002 18:59:40 -0400 (EDT)
> > Landy Roman <landy@xxxxxxxxxxxxxxx> wrote:
> >
> > > On Sat, 25 May 2002 17:33:14 -0400
> > > "Fred A. Miller" <fmiller@xxxxxxxxxxxxx>
> > > wrote:
> > >
> > > > Is SuSE going to make KDE updates available
> > > > via YOU? 'Would be nice if they did!
> > > >
> > > > Fred
> > >
> > > i never trus YOU
> >
> > why not?? i'd like to know..... i'm a newbie
> > under Suse.
>
> sometimes you will say you need an upgrade you
> already have or vice-versa will not prompt
> you for an upgrade you have.... i normally either
> get the package myself or use red-carpet
Here's a script I run when YOU'se gets all screwy:
#!/bin/bash
if test $UID -eq 0 ; then
export VERSION=`cat /etc/SuSE-release | egrep VERSION | cut -d' ' -f3`
cd /var/lib/YaST/patches/i386/update/${VERSION}/patches
rm -f *.new *.installed
echo YOU\'se ready to go now.
else
echo Must be root. Not worthy...
fi
Now if YOU'se guys at SuSE would verify YOU'se patch list with the RPM
database us guys would be in biddness.
It also helps to get version numbers right, but that's a minor quibble.
Bye for now,
-jrh
| < Previous | Next > |