First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 69597
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Karol Wojtaszek (RETIRED) <sekretarz@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christian Marker <linux@keen-web.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 69597 depends on: Show dependency tree
Bug 69597 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-10-31 03:23 0000
After I emerged Firebird Version 1.5.1 I was told to run "ebuild
$PATH_TO_EBUILD.ebuild config". I received the following hint by chown:

chown: `root.root' syntax is obsolete; use `:' since this will be removed in
the future

I had a look at the Ebuild and noticed that every chown was done with ":"
except this one:

----------
# we need to enable local access to the server
        if [ ! -f /etc/hosts.equiv ]
        then
                touch /etc/hosts.equiv
                chown root.root /etc/hosts.equiv
                chmod u=rw,go=r /etc/hosts.equiv
        fi

        if [ -z "`grep 'localhost$' /etc/hosts.equiv`" ]
        then
                echo "localhost" >> /etc/hosts.equiv
                einfo "Added localhost to /etc/hosts.equiv"
        fi
----------

Although it isn't critical, maybe you want to change it in future releases?

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Karol Wojtaszek (RETIRED) 2004-11-07 15:54:26 0000 -------
Fixed in CVS, thanks.

First Last Prev Next    No search results available      Search page      Enter new bug