[Bug 168962] cp(1) & mv(1) pages don't mention ACLs or extended attributes

2018-04-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=168962

Oleksandr Tymoshenko  changed:

   What|Removed |Added

 CC||d...@freebsd.org
  Component|Documentation   |Manual Pages
   Assignee|d...@freebsd.org |b...@freebsd.org
 Status|In Progress |Closed
 Resolution|--- |FIXED
 CC||go...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Let us do the heavy work for your digital marketing campaign....

2018-04-09 Thread Emily Thompson
Hi,

Your business might be the best in the industry, but it is search engines
that decide your success. Not everyone is searching for your name on Google;
they are probably searching for the product you sell, and whoever turns up
fast gets the deal.

Don't lose your business to your competitors. Let's take seriously and stop
wasting efforts. 

Pay when you see the results.

Who are we?

We are a trusted 10-year-old full service Digital marketing company that has
never fallen short of success stories to tell. Our unique model attracts
customers from all geographies of the world, and we are proud to cater to
the needs of every type of business belonging to whichever industry, scale,
or region.

What we do?

We have a unique Pay-For-Performance model, our pay for performance model
ensures high ROI, as you PAY ONLY WHEN YOUR KEYWORDS RANK.

-  No monthly fee / No contractual payout 

-  Free website analysis report.

-  Dedicated 24*7 support.

-  Minimum one time set up fee 

Get your website analyzed right now.  Just drop a reply to this e-mail with
your contact number and an expert call you up. 

 

Thanks & Regards,

Emily Thompson
Marketing Manager
Head Office: San Jose, CA 95120

 

 

Disclaimer:  We are using this domain for marketing. If you are interested
and want to know about us, just reply to this email, if we have offended you
by sending this to you by mistake, we apologize. Please reply "NO" or
"UNSUBSCRIBE" to this email if not interested, so that we shall add you to
our "Do Not Contact Again" list.

 

___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 227397] [NEW BSD GROUP]

2018-04-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227397

Bug ID: 227397
   Summary: [NEW BSD GROUP]
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Website
  Assignee: d...@freebsd.org
  Reporter: martinfi...@post.cz

Prague BSD Group

The small BSD user group from Brmlab Prague/CzechRepublic Hackerspace.We are a
group of hobbyists, professionals, and enthusiasts. For more information on our
events, please check our website https://brmlab.cz/event/bsdmeeting or mailing
list.

Website: https://brmlab.cz/event/bsdmeeting

Thx M.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 227397] New bsd group in Prague, Czech Republic

2018-04-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227397

Martin Filla  changed:

   What|Removed |Added

Summary|[NEW BSD GROUP] |New bsd group in Prague,
   ||Czech Republic

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Inviting there from me, crisp.

2018-04-09 Thread Ekaterina
I am cuddly miss living in Russia and Currently I'm trying to find nonpareil 
Man, My Email box is thatcherst...@yahoo.com I will reply to You my photo 
attach,

___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 227406] man zfs describes effect of some flags on solaris/classic unix, need correcting for differences on import to FreeBSD

2018-04-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227406

Bug ID: 227406
   Summary: man zfs describes effect of some flags on
solaris/classic unix, need correcting for differences
on import to FreeBSD
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: stil...@gmail.com
CC: d...@freebsd.org

The zfs man page has been imported from its source unix
(illumos/openzfs/solaris/classical unix of some kind) without correcting for
discrepancies between the source OS described and FreeBSD. It therefore
misleads about the scope of the setuid flag on FreeBSD.

"man zfs" -> "setuid=on" property states that this property "controls whether
the set-UID bit is respected for the file system". There are no stated
qualifiers/limitations. 

On a classical unix this may be a correct description but on FreeBSD the setuid
bit acts on files **and dirs** "if the file system supports it", which "man
zfs" implies it does (ref: man chmod).

So a plain reading of man zfs is that setting this property will affect files
and dirs. This is not correct *for FreeBSD* even if common on other UNIXes.


Correction required:

"setuid = on | off : Controls whether the set-UID bit is respected for **files
on** the file system. **The property has no effect on directories on the file
system**.  The default value is on."


Current wording (incorrect):

"setuid = on | off : Controls whether the set-UID bit is respected for the file
system. The default value is on."


Issue identified via FreeBSD-fs mailing list discussion.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 227406] man zfs need correcting on import to FreeBSD, as some behaviours differ from its source OS

2018-04-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227406

Stilez  changed:

   What|Removed |Added

Summary|man zfs describes effect of |man zfs need correcting on
   |some flags on   |import to FreeBSD, as some
   |solaris/classic unix, need  |behaviours differ from its
   |correcting for differences  |source OS
   |on import to FreeBSD|

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 227406] man zfs need correcting on import to FreeBSD, as some behaviours differ from its source OS

2018-04-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227406

--- Comment #1 from Stilez  ---
clarification to OP, 3rd para, "the setuid bit acts on files and dirs if the
file system supports it" is referencing the chmod 4000 bit, not the zfs
property of the same name. The issue is that zfs only supports it partially
(files but not dirs) but its man page doesn't say so.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"