pkgsrc-Bugs archive

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

pkg/28208: AIX has /usr/bin/chown not /usr/sbin/chown (patch included)



>Number:         28208
>Category:       pkg
>Synopsis:       AIX has /usr/bin/chown not /usr/sbin/chown (patch included)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 11 12:18:00 +0000 2004
>Originator:     Noud de Brouwer
>Release:        pkgsrc-current at AIX 5.2 (NetBSD/i386 2.0 RC3 is my reference)
>Organization:
none
>Environment:
AIX 12345678 2 5 00318B7F4C00
>Description:
platform/AIX.mk tells us /usr/sbin/chown

IBM tells us /usr/bin/chown
chown is located /usr/bin at the aix machines i've seen
so tells man chown

(feels like i'm telling what we all know) ;)

f.i. 
http://www.fkf.mpg.de/edv/os/aix/AIX_52/usr/share/man/info/en_US/a_doc_lib/cmds/aixcmds1/chown.htm
>How-To-Repeat:
whereis chown
>Fix:
*** AIX.mk      Wed Oct  6 22:51:47 2004
--- AIX.mk.new  Wed Feb 11 13:57:55 2004
***************
*** 6,12 ****
  BASENAME?=    /usr/bin/basename
  CAT?=         /bin/cat
  CHMOD?=               /bin/chmod
! CHOWN?=               /usr/sbin/chown
  CHGRP?=               /usr/bin/chgrp
  CMP?=         /usr/bin/cmp
  CP?=          /bin/cp
--- 6,12 ----
  BASENAME?=    /usr/bin/basename
  CAT?=         /bin/cat
  CHMOD?=               /bin/chmod
! CHOWN?=               /usr/bin/chown
  CHGRP?=               /usr/bin/chgrp
  CMP?=         /usr/bin/cmp
  CP?=          /bin/cp




Home | Main Index | Thread Index | Old Index