Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
yp-tools.163
yp-tools-wrong-deprecated-msg.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File yp-tools-wrong-deprecated-msg.diff of Package yp-tools.163
--- src/yppasswd.c +++ src/yppasswd.c 2014/10/27 13:39:22 @@ -629,33 +629,6 @@ strerror (errno)); } } - - if (l_flag) - { - struct stat st; - if (stat (CHSH_PROG, &st) == 0) - { - printf (_("ypchsh is deprecated, use %s instead\n\n"), - CHSH_PROG); - if (execl (CHSH_PROG, "chsh", user, NULL) == -1) - fprintf (stderr, _("Calling %s failed: %s\n"), CHSH_PROG, - strerror (errno)); - } - } - - if (f_flag) - { - struct stat st; - if (stat (CHFN_PROG, &st) == 0) - { - printf (_("ypchfn is deprecated, use %s instead\n\n"), - CHFN_PROG); - - if (execl (CHFN_PROG, "chfn", user, NULL) == -1) - fprintf (stderr, _("Calling %s failed: %s\n"), CHFN_PROG, - strerror (errno)); - } - } #endif if ((error = yp_get_default_domain (&domainname)) != 0)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor