Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created June 28, 2010 16:23
Show Gist options
  • Save jackdempsey/456048 to your computer and use it in GitHub Desktop.
Save jackdempsey/456048 to your computer and use it in GitHub Desktop.
before
share/man > pwd
/usr/local/share/man
share/man > l
total 16
drwxr-xr-x 3 root wheel 102B Dec 4 2009 de/
drwxrwxr-x 48 root wheel 1.6K Dec 4 2009 man1/
drwxr-xr-x 6 root wheel 204B Dec 4 2009 man3/
drwxr-xr-x 3 root wheel 102B Dec 4 2009 man5/
-rw-r--r-- 1 root wheel 4.7K Jun 26 03:15 whatis
after manually running this:
share/man > sudo chgrp staff man1
share/man > l
total 16
drwxr-xr-x 3 root wheel 102B Dec 4 2009 de/
drwxrwxr-x 48 root staff 1.6K Dec 4 2009 man1/
drwxr-xr-x 6 root wheel 204B Dec 4 2009 man3/
drwxr-xr-x 3 root wheel 102B Dec 4 2009 man5/
-rw-r--r-- 1 root wheel 4.7K Jun 26 03:15 whatis
and it installs correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment