Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144010
Collapse All | Expand All

(-)libmtp-0.0.9-orig/examples/hotplug.c (-1 / +1 lines)
Lines 24-28 Link Here
24
  extern char *optarg;
24
  extern char *optarg;
25
  char *udev_action = NULL;
25
  char *udev_action = NULL;
26
  char default_udev_action[] = "SYMLINK+=\"libmtp-%k\", MODE=\"666\"";
26
  char default_udev_action[] = "SYMLINK+=\"libmtp-%k\", GROUP=\"plugdev\", MODE=\"660\"";
27
27
28
  while ( (opt = getopt(argc, argv, "ua:")) != -1 ) {
28
  while ( (opt = getopt(argc, argv, "ua:")) != -1 ) {

Return to bug 144010