Skip to content

cosmetic fix for --force-timestamps, avoid touching other filesystems#265

Merged
stikonas merged 1 commit into
fosslinux:masterfrom
bittorf:master
Mar 13, 2023
Merged

cosmetic fix for --force-timestamps, avoid touching other filesystems#265
stikonas merged 1 commit into
fosslinux:masterfrom
bittorf:master

Conversation

@bittorf

@bittorf bittorf commented Mar 13, 2023

Copy link
Copy Markdown
Contributor

by using find-option -xdev and so: do not try to operate on e.g. /proc which avoid messages like:

touch: setting times of '/proc/fs/nfsd': Operation not permitted
touch: setting times of '/proc/1': Operation not permitted

closes #264

by using find-option -xdev and so: do not try to operate on
e.g. /proc which avoid messages like:

touch: setting times of '/proc/fs/nfsd': Operation not permitted
touch: setting times of '/proc/1': Operation not permitted

closes fosslinux#264
@stikonas
stikonas merged commit 93ded7b into fosslinux:master Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--force-timestamps tries to operate on /proc

2 participants