LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-16-2021, 11:16 AM   #1
burdi01
Member
 
Registered: Dec 2010
Location: The Netherlands
Distribution: Slackware Current64, PartedMagic, Xubuntu
Posts: 465

Rep: Reputation: 114Reputation: 114
Current64: mkinitrd-1.4.11-x86_64_22 - sbin/mkinitrd.orig


Current64: What is the function of the sbin/mkinitrd.orig file in the mkinitrd-1.4.11-x86_64_22 package?
 
Old 04-16-2021, 12:13 PM   #2
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 614

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Original version.
 
Old 04-16-2021, 12:17 PM   #3
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,409

Rep: Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145
15step :: /sbin » diff mkinitrd mkinitrd.orig
Code:
239c239
<   PRFX=$(mktemp --suffix -ldd)
---
>   PRFX=$(tempfile --prefix ldd-)
 
Old 04-16-2021, 06:59 PM   #4
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,409

Rep: Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145
The latest -current changelog mentions :
Code:
a/mkinitrd-1.4.11-x86_64-23.txz:  Rebuilt.
  Get rid of patch created /sbin/mkinitrd.orig. Thanks to burdi01.
Thx to you burdi01 ;-)

I don't know if the point is to get rid of all the *.orig files:
Code:
root:~/ # find /usr -name \*.orig | wc -l
6
root:~/ # find /etc -name \*.orig | wc -l
51
NB: A few (2 or 3) must be of my making

Last edited by marav; 04-16-2021 at 07:02 PM.
 
Old 04-17-2021, 12:21 AM   #5
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by marav View Post
The latest -current changelog mentions :
Code:
a/mkinitrd-1.4.11-x86_64-23.txz:  Rebuilt.
  Get rid of patch created /sbin/mkinitrd.orig. Thanks to burdi01.
Thx to you burdi01 ;-)

I don't know if the point is to get rid of all the *.orig files:
Code:
root:~/ # find /usr -name \*.orig | wc -l
6
root:~/ # find /etc -name \*.orig | wc -l
51
NB: A few (2 or 3) must be of my making
Here's what I found grep'ing FILELIST.TXT

Code:
jbhansen@craven-moorhead:/share/gothrough/slackware-mirrors/slackware64-current$ grep -B1 orig$ FILELIST.TXT
-rw-r--r--  1 root root      1633 2004-02-22 06:19 ./source/a/elvis/elvis.clr
-rw-r--r--  1 root root      1584 2003-10-21 02:32 ./source/a/elvis/elvis.clr.orig
--
-rw-r--r--  1 root root      9852 2019-07-19 17:32 ./source/ap/lxc/scripts/rc.6.lxc
-rw-r--r--  1 root root      9341 2019-02-20 00:32 ./source/ap/lxc/scripts/rc.6.orig
-rw-r--r--  1 root root     13087 2019-07-19 17:39 ./source/ap/lxc/scripts/rc.M.lxc
-rw-r--r--  1 root root     12482 2019-02-20 00:32 ./source/ap/lxc/scripts/rc.M.orig
-rw-r--r--  1 root root     18049 2019-07-19 17:48 ./source/ap/lxc/scripts/rc.S.lxc
-rw-r--r--  1 root root     16761 2019-02-20 00:32 ./source/ap/lxc/scripts/rc.S.orig 
-rw-r--r--  1 root root     13966 2019-07-19 17:53 ./source/ap/lxc/scripts/rc.inet1.lxc
-rw-r--r--  1 root root     13486 2019-02-20 00:32 ./source/ap/lxc/scripts/rc.inet1.orig
--
-rw-r--r--  1 root root      7921 2018-04-29 17:31 ./source/n/samba/smb.conf.default
-rw-r--r--  1 root root      7933 2018-01-14 20:41 ./source/n/samba/smb.conf.default.orig
--
-rwxr-xr-x  1 root root      5470 2011-01-23 19:01 ./source/x/x11/post-install/xdm/Xsession
-rwxr-xr-x  1 root root      1348 2019-03-03 19:36 ./source/x/x11/post-install/xdm/Xsession.orig
-rwxr-xr-x  1 root root       503 2007-02-14 01:22 ./source/x/x11/post-install/xdm/Xsetup_0
-rwxr-xr-x  1 root root        88 2019-03-02 22:06 ./source/x/x11/post-install/xdm/Xsetup_0.orig
I'm guessing the .orig in lxc/scripts/ is probably intentional for easy comparison.
 
Old 04-17-2021, 05:08 AM   #6
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,409

Rep: Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145
Quote:
Originally Posted by bassmadrigal View Post
I'm guessing the .orig in lxc/scripts/ is probably intentional for easy comparison.
I use the diff from time to time, these files are very convenient
Thanks for the accuracy, anyway
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
A minor fix to /sbin/mkinitrd mumahendras3 Slackware 1 01-25-2020 10:41 AM
Xsetup_0.orig, Xsession.orig? no original file glorsplitz Slackware 1 07-08-2013 08:51 AM
mkinitrd 1.4.7 cp: cannot stat '/sbin/kmod': No such file or directory jpclizbe Slackware 1 07-16-2012 07:36 PM
sudo mkinitrd -o /boot/initrd.img-2.6.32.9 2.6.32.9 sudo: mkinitrd: command not foun vishwas181 Linux - Newbie 1 02-27-2010 01:16 AM
No /sbin/init found on rootdev... mkinitrd problem? a_priebe47 Slackware 6 05-15-2008 09:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration