Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 262581 Details for
Bug 329291
Review Request: debootstrap - Bootstrap a basic Debian GNU/Linux system
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
modified debootstrap-1.0.7-perms.patch to keep timestamps
debootstrap-1.0.7-perms.patch (text/plain), 1.08 KB, created by
Patrice Dumas
on 2007-11-17 23:47:25 UTC
(
hide
)
Description:
modified debootstrap-1.0.7-perms.patch to keep timestamps
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2007-11-17 23:47:25 UTC
Size:
1.08 KB
patch
obsolete
>diff -urp debootstrap.orig/Makefile debootstrap/Makefile >--- debootstrap.orig/Makefile 2007-11-17 19:32:40.000000000 +0100 >+++ debootstrap/Makefile 2007-11-17 19:33:52.000000000 +0100 >@@ -14,9 +14,9 @@ clean: > DSDIR=$(DESTDIR)/usr/share/debootstrap > install: > # Dirs are created by dh_installdirs >- install -o root -g root -m 0644 scripts/debian/* $(DSDIR)/scripts/ >- install -o root -g root -m 0644 scripts/ubuntu/* $(DSDIR)/scripts/ >- install -o root -g root -m 0644 functions $(DSDIR)/ >+ install -p -m 0644 scripts/debian/* $(DSDIR)/scripts/ >+ install -p -m 0644 scripts/ubuntu/* $(DSDIR)/scripts/ >+ install -p -m 0644 functions $(DSDIR)/ > > # no special script for etch anymore > ln -s sid $(DSDIR)/scripts/etch >@@ -25,10 +25,9 @@ install: > ln -s gutsy $(DSDIR)/scripts/hardy > > sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap >- chown root:root $(DESTDIR)/usr/sbin/debootstrap > chmod 0755 $(DESTDIR)/usr/sbin/debootstrap > >- install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/ >+ install -m 0644 devices.tar.gz $(DSDIR)/ > > devices.tar.gz: > rm -rf dev
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 329291
: 262581