bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #44768] gdiffmk(1) is not Solaris 10 /bin/sh compatible - PATCH pro


From: Peter Bray
Subject: [bug #44768] gdiffmk(1) is not Solaris 10 /bin/sh compatible - PATCH provided
Date: Mon, 27 Apr 2015 04:21:51 +0000
User-agent: Mozilla/5.0 (X11; SunOS i86pc; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #21, bug #44768 (project groff):

Another post to attach the last two files.

Also Note: `ls -i' has the _possibility_ of falsely denying the user his/her
request if the file arguments are on different file systems but have the same
inode number. 

This is trivial on ZFS to demonstrate:

# mkfile 128M /tmp/mypool
# zpool create mypool /tmp/mypool
# zfs create mypool/fs1
# zfs create mypool/fs2
# touch /mypool/fs1/file
# touch /mypool/fs2/file
# ls -i /mypool/fs1/file
         8 /mypool/fs1/file
# ls -i /mypool/fs2/file
         8 /mypool/fs2/file
# zpool destroy mypool
# rm /tmp/mypool 


(file #33797, file #33798)
    _______________________________________________________

Additional Item Attachment:

File name: diff_-D_XXXXXXs-side-by-side   Size:0 KB
File name: sed.manual-page-selected       Size:1 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44768>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]