Searched refs:arg (Results 1 - 8 of 8) sorted by relevance
/solaris-desktop/include/ |
H A D | spec-install-post.sh | 39 # return 0 is arg is an integer number 66 # runs svccfg validate on arg 98 for arg in "${@}"; do 99 echo "Post-processing $arg" 100 if [ -d "$arg" ]; then 101 process_dir "$arg" 102 elif [ -f "$arg" ]; then 103 process_file "$arg" 105 echo "$0: $arg not found" 1>&2
|
/solaris-desktop/ext-sources/ |
H A D | svc-consolekit | 30 arg=`eval "echo \`svcprop -p consolekit/args $FMRI\`"` 32 /usr/sbin/console-kit-daemon $arg
|
H A D | svc-gdm | 23 arg=`eval "echo \`svcprop -p gdm/args $FMRI\`"` 25 /usr/sbin/gdm $arg &
|
/solaris-desktop/scripts/ |
H A D | report-copyright | 54 my $arg = shift; 56 if ($arg =~ /^-/) { 57 print "Unknown option: $arg\n"; 62 push (@specs, $arg);
|
H A D | l10n_getname.pl | 154 my $arg = shift; 157 if (($arg ne "parse")) { 158 printf ("unknown command: $arg\n"); 161 $build_command = $arg; 163 add_spec ($arg);
|
H A D | copyright-extractor | 76 my $arg = shift; 78 if ($arg =~ /^-/) { 79 print "Unknown option: $arg\n"; 84 push (@dirs, $arg);
|
/solaris-desktop/patches/ |
H A D | xscreensaver-07-allow-root.diff | 43 @@ -686,6 +686,14 @@ run_cmd (state *s, Atom command, int arg) 56 status = xscreensaver_command (GDK_DISPLAY(), command, arg, False, &err);
|
/solaris-desktop/specs/ |
H A D | SUNWpng.spec | 212 - add prefix=%_prefix arg to fix .pc file problem
|
Completed in 38 milliseconds